Salesforce admins: Urgent action required!

Calendar: Difference between revisions

Jump to navigation Jump to search
Line 65: Line 65:


You can also localize several strings in the calendar and apply a custom format to dates. Go to '''[[Localization]]''' and search for "calendar." to see the list of all related strings. When working with the string format, we use this type of syntax: <code>{0:MMMM yyyy}, Week {1}</code>. <code>{0}</code> corresponds to the date, <code>{1}</code> to the week number. For more information about the syntax, see [[Formatting strings in rules]], including the external links to Microsoft .NET documentation linked at the bottom of the article.
You can also localize several strings in the calendar and apply a custom format to dates. Go to '''[[Localization]]''' and search for "calendar." to see the list of all related strings. When working with the string format, we use this type of syntax: <code>{0:MMMM yyyy}, Week {1}</code>. <code>{0}</code> corresponds to the date, <code>{1}</code> to the week number. For more information about the syntax, see [[Formatting strings in rules]], including the external links to Microsoft .NET documentation linked at the bottom of the article.
[[File:Calendar-localization.png|600px|alt=calendar localization]]


== Calendar in the app ==
== Calendar in the app ==

Navigation menu