id
stringlengths
16
145
text
stringlengths
1
179k
title
stringclasses
1 value
mulesoft_runtime_Objects/dataweave-cookbook-format-dates9_39_0.txt
© Copyright 2024 Salesforce, Inc. All rights reserved . Skip to main content
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_5_0.txt
Data Center * Jira Software
mulesoft_runtime_Objects/106564717_20_0.txt
* SAP Gateway SAP NetWeaver
mulesoft_runtime_Objects/106564717_66_0.txt
‎11-11-2014 3:08 AM 0 Kudos
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_75_0.txt
* Weeks * Months
mulesoft_runtime_Objects/date.html3_1_0.txt
## Date field type edit JSON doesn’t have a date data type, so dates in Elasticsearch can either be:
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_22_0.txt
Frequently asked questions Products
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_12_0.txt
* Questions for Confluence * Atlassian Cloud
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_96_0.txt
* * * ## Next day of week {{[date].withNextDayOfWeek(["day"])}}
mulesoft_runtime_Objects/106564717_70_0.txt
If I call with <Service>?$format=json, then I got '/Date(XXX)/', if I call with XML format, then I got 2014-10-10T00:00:00.
mulesoft_runtime_Objects/mulesoft_runtime_4_3.txt
lesoft.com/integration-solutions/api/mobility) [ Move to the cloud ](https://www.mulesoft.com/integration-solutions/saas/move-to-the-cloud) [ Omnichannel ](https://www.mulesoft.com/integration- solutions/api/omnichannel) [ SaaS integrations ](https://www.mulesoft.com/integration-solutions/api/saas) [ Single view of cus...
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_84_0.txt
If the value of {{now}} is 2020-08-30T23:36:28.7+0000: ` 1 2 3 4 5 ` ` {{now.toBusinessDayBackwards}} //returns 2020-08-28T23:36:28.7+0000 `
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_17_0.txt
Learn about the concepts and procedures related to automation in Jira Cloud * Community
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_121_0.txt
` 1 ` ` {{now.firstBusinessDayOfMonth}} ` * * *
mulesoft_runtime_Objects/mulesoft_Objects_2_2.txt
](/jp) * Login [ Anypoint Platform ](https://anypoint.mulesoft.com/login/#/signin?apintent=generic) [ Composer ](https://composer.mulesoft.com/login/sign-in) [ Training ](https://training.mulesoft.com/login) [ Help Center ](https://help.mulesoft.com/s/login/) * [ Free trial ](https://anypoint.mulesoft.com/login...
mulesoft_runtime_Objects/mulesoft_runtime_13_6.txt
[ View on GitHub ](https://github.com/mulesoft/docs- dataweave/blob/v2.6/modules/ROOT/pages/dw-runtime-functions-run.adoc) * Products * [ Anypoint Platform ](https://www.mulesoft.com/platform/enterprise-integration) * [ MuleSoft Composer ](https://www.mulesoft.com/platform/composer) * [ MuleSoft RPA ]...
mulesoft_runtime_Objects/mulesoft_Objects_3_4.txt
800-596-4880 ](tel:1-800-596-4880) Online [ Contact Us ](https://www.mulesoft.com/contact) * Login [ Anypoint Platform ](https://anypoint.mulesoft.com/login/#/signin?apintent=generic) [ Composer ](https://composer.mulesoft.com/login/sign-in) [ Training ](https://training.mulesoft.com/login) [ Help Center ](https...
mulesoft_runtime_Objects/106564717_36_0.txt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in. * Comment
mulesoft_runtime_Objects/dataweave-cookbook-format-dates9_8_0.txt
* Services Training Courses Certifications Learning paths Training credits Customer success MuleSoft Catalyst Business Value Services Support Help Center Community Forums Resources
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_137_0.txt
` 1 2 3 4 5 ` ` {{now.ofTheMonth(2, 1)}} //returns 2020-09-14T03:17:06.2+0000 ` Was this helpful?
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_67_0.txt
If the current value of {{now}} is 2020-08-20T13:12:03.1+0000: ` 1 2 3 4 5 ` ` {{now.plusHours(1).shortTime}} //returns 2:12 PM `
mulesoft_runtime_Objects/mulesoft_runtime_6_3.txt
lesoft.com/integration-solutions/api/mobility) [ Move to the cloud ](https://www.mulesoft.com/integration-solutions/saas/move-to-the-cloud) [ Omnichannel ](https://www.mulesoft.com/integration- solutions/api/omnichannel) [ SaaS integrations ](https://www.mulesoft.com/integration-solutions/api/saas) [ Single view of cus...
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_34_0.txt
* * * ## Date format {{[date].[dateformat]}}
mulesoft_runtime_Objects/dataweave-cookbook-format-dates9_43_0.txt
You can use DataWeave to change the format of date and time input. Before you begin, note that 2.x versions of DataWeave are used by Mule 4 apps. For DataWeave in Mule 3 apps, refer to DataWeave version 1.2 examples . For other DataWeave versions, you can use the version selector in the DataWeave table of contents. ...
mulesoft_runtime_Objects/mulesoft_runtime_16_4.txt
800-596-4880 ](tel:1-800-596-4880) Online [ Contact Us ](https://www.mulesoft.com/contact) * Login [ Anypoint Platform ](https://anypoint.mulesoft.com/login/#/signin?apintent=generic) [ Composer ](https://composer.mulesoft.com/login/sign-in) [ Training ](https://training.mulesoft.com/login) [ Help Center ](https...
mulesoft_runtime_Objects/106564717_41_0.txt
If you provide a timestamp with the time part set to 00:00:00, during the transformation of data the server time may cause the day to become retarded because the hour is offset into the previous day. I'm pretty sure that is why you ended up with Nov 9. We got around this by setting the time to 235900 (time was not act...
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_47_0.txt
` 1 2 3 4 5 ` ` {{now.diff(issue.created).weeks}} //returns -4 ` ` 1 2 3 4 5 ` ` This issue was created {{now.diff(issue.created).weeks.abs}} weeks ago. //returns This issue was created 4 weeks ago. `
mulesoft_runtime_Objects/mulesoft_runtime_15_3.txt
lesoft.com/integration-solutions/api/mobility) [ Move to the cloud ](https://www.mulesoft.com/integration-solutions/saas/move-to-the-cloud) [ Omnichannel ](https://www.mulesoft.com/integration- solutions/api/omnichannel) [ SaaS integrations ](https://www.mulesoft.com/integration-solutions/api/saas) [ Single view of cus...
mulesoft_runtime_Objects/dataweave-cookbook-format-dates9_28_0.txt
Enroll for free * Resources
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_6_0.txt
* Jira Service Management * Jira Work Management
mulesoft_runtime_Objects/dataweave-cookbook-format-dates9_57_0.txt
* DataWeave Cookbook Back to top
mulesoft_runtime_Objects/mulesoft_runtime_16_2.txt
](/jp) * Login [ Anypoint Platform ](https://anypoint.mulesoft.com/login/#/signin?apintent=generic) [ Composer ](https://composer.mulesoft.com/login/sign-in) [ Training ](https://training.mulesoft.com/login) [ Help Center ](https://help.mulesoft.com/s/login/) * [ Free trial ](https://anypoint.mulesoft.com/login...
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_29_0.txt
Smart values in Atlassian Automation # Automation smart values - date and time
mulesoft_runtime_Objects/mulesoft_runtime_3_2.txt
](/jp) * Login [ Anypoint Platform ](https://anypoint.mulesoft.com/login/#/signin?apintent=generic) [ Composer ](https://composer.mulesoft.com/login/sign-in) [ Training ](https://training.mulesoft.com/login) [ Help Center ](https://help.mulesoft.com/s/login/) * [ Free trial ](https://anypoint.mulesoft.com/login...
mulesoft_runtime_Objects/date.html3_11_0.txt
resp = client.indices.create( index="my-index-000001", body={ "mappings": { "properties": { "date": { "type": "date", "format": "strict_date_optional_time||epoch_second", } ...
mulesoft_runtime_Objects/106564717_28_0.txt
Please Check as below : Use the Edm.DateTimeOffset as the Edm Type.
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_102_0.txt
* hour * dayOfMonth
mulesoft_runtime_Objects/mulesoft_runtime_10_0.txt
Skip to left navigation Skip to main content Skip to page navigation [ ![salesforce](https://www.mulesoft.com/sites/default/files/cmm_files/salesforce- logo.svg) ](https://www.salesforce.com/) [ Dreamforce On-Demand ](https://www.salesforce.com/plus/experience/Dreamforce_2023/series/it_at_dreamforce_2023/episode/epi...
mulesoft_runtime_Objects/mulesoft_Objects_0_3.txt
lesoft.com/integration-solutions/api/mobility) [ Move to the cloud ](https://www.mulesoft.com/integration-solutions/saas/move-to-the-cloud) [ Omnichannel ](https://www.mulesoft.com/integration- solutions/api/omnichannel) [ SaaS integrations ](https://www.mulesoft.com/integration-solutions/api/saas) [ Single view of cus...
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_35_0.txt
Takes a date and time that you provide, and returns it in a format of your choosing. This is useful for converting the default output for dates (jiraDateTime), to a format that is easier to read. You can add a dateformat to the end of any of the date smart values listed on this page. The full list of formats are below...
mulesoft_runtime_Objects/mulesoft_runtime_4_1.txt
tion-solutions/api/mobility) [ Move to the cloud ](https://www.mulesoft.com/integration-solutions/saas/move-to-the-cloud) [ Omnichannel ](https://www.mulesoft.com/integration- solutions/api/omnichannel) [ SaaS integrations ](https://www.mulesoft.com/integration-solutions/api/saas) [ Single view of customer ](https://ww...
mulesoft_runtime_Objects/mulesoft_Objects_4_2.txt
](/jp) * Login [ Anypoint Platform ](https://anypoint.mulesoft.com/login/#/signin?apintent=generic) [ Composer ](https://composer.mulesoft.com/login/sign-in) [ Training ](https://training.mulesoft.com/login) [ Help Center ](https://help.mulesoft.com/s/login/) * [ Free trial ](https://anypoint.mulesoft.com/login...
mulesoft_runtime_Objects/mulesoft_Objects_4_3.txt
lesoft.com/integration-solutions/api/mobility) [ Move to the cloud ](https://www.mulesoft.com/integration-solutions/saas/move-to-the-cloud) [ Omnichannel ](https://www.mulesoft.com/integration- solutions/api/omnichannel) [ SaaS integrations ](https://www.mulesoft.com/integration-solutions/api/saas) [ Single view of cus...
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_127_0.txt
* 5 - Friday * 6 - Saturday
mulesoft_runtime_Objects/mulesoft_runtime_9_0.txt
Skip to left navigation Skip to main content Skip to page navigation [ ![salesforce](https://www.mulesoft.com/sites/default/files/cmm_files/salesforce- logo.svg) ](https://www.salesforce.com/) [ Dreamforce On-Demand ](https://www.salesforce.com/plus/experience/Dreamforce_2023/series/it_at_dreamforce_2023/episode/epi...
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_11_0.txt
* Advanced Roadmaps for Jira * Team Calendars
mulesoft_runtime_Objects/dataweave-cookbook-format-dates9_31_0.txt
#### MuleSoft at World Tour Watch all your favorite on-demand sessions from World Tour, including the IT keynote address
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_33_0.txt
If the current date and time is August 18, 2020, 2:40am UTC: ` 1 2 3 4 5 ` ` {{now}} // returns 2020-08-18T02:40:37.0+0000 `
mulesoft_runtime_Objects/dataweave-cookbook-format-dates9_59_0.txt
Yes No
mulesoft_runtime_Objects/106564717_37_0.txt
#### Answers (2) #### Answers (2)
mulesoft_runtime_Objects/mulesoft_Objects_0_2.txt
](/jp) * Login [ Anypoint Platform ](https://anypoint.mulesoft.com/login/#/signin?apintent=generic) [ Composer ](https://composer.mulesoft.com/login/sign-in) [ Training ](https://training.mulesoft.com/login) [ Help Center ](https://help.mulesoft.com/s/login/) * [ Free trial ](https://anypoint.mulesoft.com/login...
mulesoft_runtime_Objects/dataweave-cookbook-format-dates9_19_0.txt
* Products For IT Teams Anypoint Platform World’s #1 integration and API platform
mulesoft_runtime_Objects/106564717_21_0.txt
View products (1) Show replies
mulesoft_runtime_Objects/mulesoft_runtime_5_3.txt
lesoft.com/integration-solutions/api/mobility) [ Move to the cloud ](https://www.mulesoft.com/integration-solutions/saas/move-to-the-cloud) [ Omnichannel ](https://www.mulesoft.com/integration- solutions/api/omnichannel) [ SaaS integrations ](https://www.mulesoft.com/integration-solutions/api/saas) [ Single view of cus...
mulesoft_runtime_Objects/mulesoft_runtime_6_0.txt
Skip to left navigation Skip to main content Skip to page navigation [ ![salesforce](https://www.mulesoft.com/sites/default/files/cmm_files/salesforce- logo.svg) ](https://www.salesforce.com/) [ Dreamforce On-Demand ](https://www.salesforce.com/plus/experience/Dreamforce_2023/series/it_at_dreamforce_2023/episode/epi...
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_60_0.txt
* * * ## Date plus unit {{[date].plus[Unit]([number])}}
mulesoft_runtime_Objects/106564717_52_0.txt
Hello Kenny, Just one question.
mulesoft_runtime_Objects/mulesoft_Objects_3_0.txt
Skip to left navigation Skip to main content Skip to page navigation [ ![salesforce](https://www.mulesoft.com/sites/default/files/cmm_files/salesforce- logo.svg) ](https://www.salesforce.com/) [ Dreamforce On-Demand ](https://www.salesforce.com/plus/experience/Dreamforce_2023/series/it_at_dreamforce_2023/episode/epi...
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_48_0.txt
* * * ## Date after {{[date1].isAfter([date2])}}
mulesoft_runtime_Objects/106564717_33_0.txt
When u use Edm.DateTime ( undefined offset) as Edm Type and date format as 2014-10-11T16:00:00 in payload, GW will parse to 20141011160000 . Please check above points.
mulesoft_runtime_Objects/mulesoft_runtime_0_2.txt
](/jp) * Login [ Anypoint Platform ](https://anypoint.mulesoft.com/login/#/signin?apintent=generic) [ Composer ](https://composer.mulesoft.com/login/sign-in) [ Training ](https://training.mulesoft.com/login) [ Help Center ](https://help.mulesoft.com/s/login/) * [ Free trial ](https://anypoint.mulesoft.com/login...
mulesoft_runtime_Objects/mulesoft_runtime_0_1.txt
tion-solutions/api/mobility) [ Move to the cloud ](https://www.mulesoft.com/integration-solutions/saas/move-to-the-cloud) [ Omnichannel ](https://www.mulesoft.com/integration- solutions/api/omnichannel) [ SaaS integrations ](https://www.mulesoft.com/integration-solutions/api/saas) [ Single view of customer ](https://ww...
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_89_0.txt
Example of {{[date].convertToTimeZone([timezone])}} If the value of {{now}} is 2020-08-30T03:17:06.2+0000:
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_72_0.txt
Takes the given date and time, subtracts the number of the unit specified, and returns the resulting date and time. The units that can be used are: * Millis
mulesoft_runtime_Objects/mulesoft_Objects_1_3.txt
lesoft.com/integration-solutions/api/mobility) [ Move to the cloud ](https://www.mulesoft.com/integration-solutions/saas/move-to-the-cloud) [ Omnichannel ](https://www.mulesoft.com/integration- solutions/api/omnichannel) [ SaaS integrations ](https://www.mulesoft.com/integration-solutions/api/saas) [ Single view of cus...
mulesoft_runtime_Objects/mulesoft_runtime_0_4.txt
800-596-4880 ](tel:1-800-596-4880) Online [ Contact Us ](https://www.mulesoft.com/contact) * Login [ Anypoint Platform ](https://anypoint.mulesoft.com/login/#/signin?apintent=generic) [ Composer ](https://composer.mulesoft.com/login/sign-in) [ Training ](https://training.mulesoft.com/login) [ Help Center ](https...
mulesoft_runtime_Objects/dataweave-cookbook-format-dates9_25_0.txt
Integrate Salesforce Customer 360 to digitally transform your business Read more
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_130_0.txt
## Last day of month {{[date].lastOfTheMonth(input)}} Takes the given date, and returns the last day of the month. The following inputs correspond to the following days:
mulesoft_runtime_Objects/mulesoft_runtime_14_3.txt
lesoft.com/integration-solutions/api/mobility) [ Move to the cloud ](https://www.mulesoft.com/integration-solutions/saas/move-to-the-cloud) [ Omnichannel ](https://www.mulesoft.com/integration- solutions/api/omnichannel) [ SaaS integrations ](https://www.mulesoft.com/integration-solutions/api/saas) [ Single view of cus...
mulesoft_runtime_Objects/date.html3_3_0.txt
Use the date_nanos field type if a nanosecond resolution is expected. Queries on dates are internally converted to range queries on this long representation, and the result of aggregations and stored fields is converted back to a string depending on the date format that is associated with the field.
mulesoft_runtime_Objects/dataweave-cookbook-format-dates9_54_0.txt
* Parse Dates with DataWeave * Add and Subtract Time
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_57_0.txt
* <0 , if date1 is earlier than date2 * >0 , if date2 is earlier than date1
mulesoft_runtime_Objects/mulesoft_runtime_4_0.txt
Skip to left navigation Skip to main content Skip to page navigation [ ![salesforce](https://www.mulesoft.com/sites/default/files/cmm_files/salesforce- logo.svg) ](https://www.salesforce.com/) [ Dreamforce On-Demand ](https://www.salesforce.com/plus/experience/Dreamforce_2023/series/it_at_dreamforce_2023/episode/epi...
mulesoft_runtime_Objects/mulesoft_runtime_11_1.txt
tion-solutions/api/mobility) [ Move to the cloud ](https://www.mulesoft.com/integration-solutions/saas/move-to-the-cloud) [ Omnichannel ](https://www.mulesoft.com/integration- solutions/api/omnichannel) [ SaaS integrations ](https://www.mulesoft.com/integration-solutions/api/saas) [ Single view of customer ](https://ww...
mulesoft_runtime_Objects/mulesoft_runtime_4_2.txt
](/jp) * Login [ Anypoint Platform ](https://anypoint.mulesoft.com/login/#/signin?apintent=generic) [ Composer ](https://composer.mulesoft.com/login/sign-in) [ Training ](https://training.mulesoft.com/login) [ Help Center ](https://help.mulesoft.com/s/login/) * [ Free trial ](https://anypoint.mulesoft.com/login...
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_39_0.txt
Returns the amount of time between date1 and date2 , in the unit specified. If date2 is earlier than date1 , the value returned will be negative. The units that can be used with this smart value are:
mulesoft_runtime_Objects/106564717_47_0.txt
0 Kudos Thank you Ron.
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_101_0.txt
* second * minute
mulesoft_runtime_Objects/mulesoft_runtime_1_3.txt
lesoft.com/integration-solutions/api/mobility) [ Move to the cloud ](https://www.mulesoft.com/integration-solutions/saas/move-to-the-cloud) [ Omnichannel ](https://www.mulesoft.com/integration- solutions/api/omnichannel) [ SaaS integrations ](https://www.mulesoft.com/integration-solutions/api/saas) [ Single view of cus...
mulesoft_runtime_Objects/mulesoft_runtime_3_4.txt
800-596-4880 ](tel:1-800-596-4880) Online [ Contact Us ](https://www.mulesoft.com/contact) * Login [ Anypoint Platform ](https://anypoint.mulesoft.com/login/#/signin?apintent=generic) [ Composer ](https://composer.mulesoft.com/login/sign-in) [ Training ](https://training.mulesoft.com/login) [ Help Center ](https...
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_24_0.txt
* Log in to account * Contact support * Training & Certification * Atlassian Migration Program * GDPR guides * Enterprise services * Atlassian Partners * Developers * Success Central * User groups * Automation for Jira * Atlassian.com Cloud automation
mulesoft_runtime_Objects/mulesoft_runtime_14_4.txt
800-596-4880 ](tel:1-800-596-4880) Online [ Contact Us ](https://www.mulesoft.com/contact) * Login [ Anypoint Platform ](https://anypoint.mulesoft.com/login/#/signin?apintent=generic) [ Composer ](https://composer.mulesoft.com/login/sign-in) [ Training ](https://training.mulesoft.com/login) [ Help Center ](https...
mulesoft_runtime_Objects/mulesoft_runtime_4_5.txt
areers ](https://careers.salesforce.com/en/) [ ](https://www.mulesoft.com) © Copyright 2024 Salesforce, Inc. [ All rights reserved. ](https://www.salesforce.com/company/legal/intellectual/) [ Privacy ](https://www.salesforce.com/company/privacy/) [ Privacy Shield ](https://www.salesforce.com/content/dam/web/en_us/ww...
mulesoft_runtime_Objects/dataweave-cookbook-format-dates9_21_0.txt
For Business Teams MuleSoft Composer Connect apps and data instantly MuleSoft RPA Automate tasks with bots Dataloader.io Securely import and export unlimited Salesforce data #### Gartner names MuleSoft a Leader
mulesoft_runtime_Objects/mulesoft_Objects_0_0.txt
Skip to left navigation Skip to main content Skip to page navigation [ ![salesforce](https://www.mulesoft.com/sites/default/files/cmm_files/salesforce- logo.svg) ](https://www.salesforce.com/) [ Dreamforce On-Demand ](https://www.salesforce.com/plus/experience/Dreamforce_2023/series/it_at_dreamforce_2023/episode/epi...
mulesoft_runtime_Objects/mulesoft_runtime_13_3.txt
lesoft.com/integration-solutions/api/mobility) [ Move to the cloud ](https://www.mulesoft.com/integration-solutions/saas/move-to-the-cloud) [ Omnichannel ](https://www.mulesoft.com/integration- solutions/api/omnichannel) [ SaaS integrations ](https://www.mulesoft.com/integration-solutions/api/saas) [ Single view of cus...
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_114_0.txt
` 1 ` ` {{now.withNextDayOfWeek("MON").withHour(14).withMinute(0)}} will return the next Monday at 2pm ` * * *
mulesoft_runtime_Objects/dataweave-cookbook-format-dates9_61_0.txt
Your feedback has been successfully submitted. Thank you! View on GitHub * Products * Anypoint Platform * MuleSoft Composer * MuleSoft RPA * Start a free trial * Download Studio * Solutions * API management * Integration * Automation * See all solutions * Services ...
mulesoft_runtime_Objects/mulesoft_Objects_1_5.txt
* [ MuleSoft Composer ](https://www.mulesoft.com/platform/composer) * [ MuleSoft RPA ](https://www.mulesoft.com/platform/rpa) * [ Start a free trial ](https://anypoint.mulesoft.com/login/signup?apintent=generic) * [ Download Studio ](https://www.mulesoft.com/lp/dl/studio) * Solutions * [ API manag...
mulesoft_runtime_Objects/date.html3_13_0.txt
Synthetic ` _source ` is Generally Available only for TSDB indices (indices that have ` index.mode ` set to ` time_series ` ). For other indices synthetic ` _source ` is in technical preview. Features in technical preview may be changed or removed in a future release. Elastic will work to fix any issues, but features i...
mulesoft_runtime_Objects/mulesoft_runtime_3_3.txt
lesoft.com/integration-solutions/api/mobility) [ Move to the cloud ](https://www.mulesoft.com/integration-solutions/saas/move-to-the-cloud) [ Omnichannel ](https://www.mulesoft.com/integration- solutions/api/omnichannel) [ SaaS integrations ](https://www.mulesoft.com/integration-solutions/api/saas) [ Single view of cus...
mulesoft_runtime_Objects/mulesoft_runtime_12_4.txt
800-596-4880 ](tel:1-800-596-4880) Online [ Contact Us ](https://www.mulesoft.com/contact) * Login [ Anypoint Platform ](https://anypoint.mulesoft.com/login/#/signin?apintent=generic) [ Composer ](https://composer.mulesoft.com/login/sign-in) [ Training ](https://training.mulesoft.com/login) [ Help Center ](https...
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_111_0.txt
* offsetFull * offsetNarrow
mulesoft_runtime_Objects/106564717_44_0.txt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in. * Comment
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_31_0.txt
For more examples of how these smart values can be used, see Use smart values to manipulate and format dates . ## Current date and time {{now}}
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_131_0.txt
* 1 - Monday * 2 - Tuesday
mulesoft_runtime_Objects/mulesoft_runtime_2_5.txt
als ](https://developer.mulesoft.com/tutorials-and-howtos) * [ Documentation ](https://docs.mulesoft.com/) * [ Quick start guides ](https://www.mulesoft.com/lp/ebook/api/integration-quick-start-guide) * [ Ask an expert ](https://www.mulesoft.com/lp/contact/ask-an-expert) * Resources * [ Webinars ](ht...
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_144_0.txt
* Notice at Collection * Privacy Policy * Terms of Use * Security * 2024 Atlassian
mulesoft_runtime_Objects/mulesoft_runtime_16_0.txt
Skip to left navigation Skip to main content Skip to page navigation [ ![salesforce](https://www.mulesoft.com/sites/default/files/cmm_files/salesforce- logo.svg) ](https://www.salesforce.com/) [ Dreamforce On-Demand ](https://www.salesforce.com/plus/experience/Dreamforce_2023/series/it_at_dreamforce_2023/episode/epi...
mulesoft_runtime_Objects/jira-smart-values-date-and-time1_36_0.txt
Format | Thursday, November 1, 1979 6:23:12 AM UTC ---|--- Default (none specified) | 1979-11-01T11:23:12.0+0000 jiraDate | 1979-11-01 jiraDateTime | 1979-11-01T06:23:12.0-0500 jqlDate | 1979-11-01 jqlDateTime | 1979-11-01 06:23 shortDate | 11/1/79 shortTime | 6:23 AM shortDate...