|
fromIsoDate (Class Method)
>>-fromIsoDate(date--+---------+-)------------------------><
+-,offset-+
Creates a DateTime object from a string in ISO date format (yyyy-mm-ddThh:mm:ss.uuuuuu). The DateTime string method returns the ISO format as the string form of a DateTime object. If specified, [offset] is the offset from UTC, in minutes. The [offset] must be valid whole number value. The default [offset] is the current system offset timezone offset. |