Creates a DateTime from a string.
Property | Type | Description |
---|---|---|
DateTimeString | String | |
FormatPattern | String | The pattern syntax. (mostly compatible with java.text.SimpleDateFormat) |
Example
DateTimeString: 2016/05/31 11:22:10
FormatPattern: yyyy/MM/dd HH:mm:ss
Return: 2016-05-31T11:22:10.000-04:00
Comments
0 comments
Please sign in to leave a comment.