-
Notifications
You must be signed in to change notification settings - Fork 36
DateTimeFromString Function
NileshGhodekar edited this page Jul 21, 2017
·
2 revisions
DateTime? DateTimeFromString(string:dateTime [, culture:cultureName])
Converts the specified string representation an equivalent UTC datetime.
If the first input parameter (dateTime) is null, the function returns a null value.
If the second input parameter (cultureName) is null, the invariant
culture is assumed.
2.17.0721.0 and later
DateTimeFromString("7/21/2017")
DateTimeFromString("21/7/2017", "en-GB")
DateTimeFromString("2017-07-20 4:00 PM -8")
- MIMWAL Site - http://aka.ms/MIMWAL
- MIMWAL Releases - http://aka.ms/MIMWAL/Releases
- MIMWAL Documentation Wiki - http://aka.ms/MIMWAL/Wiki
- MIMWAL FAQ - http://aka.ms/mimwal/faq
- MIMWAL GitHub Code Repo - http://aka.ms/MIMWAL/Repo
- MIMWAL TechNet Q&A Forum (now read-only) - http://aka.ms/MIMWAL/Forum