OpenWGA 7.10 - TMLScript reference
WGAObject:
WGA.Date([otherDate])
WGA.Date(dateString, formatString[, language])
Description |
Creates a WGADate Object. Available since version 7.10.1 |
||||||||||||||||||||
Retrieval |
WGA.Date() Without parameter the date object is initialised with the current system date and time. The date object can optionally be initialised with another date object: WGA.Date(otherDate)Alternatively the object can be initialised with a date string together with a format string: WGA.Date("01.01.2020", "dd.MM.yyyy") |
||||||||||||||||||||
Allowed in script types |
|
||||||||||||||||||||
Inherits from object | Date | ||||||||||||||||||||
Properties and methods |
|
||||||||||||||||||||
Examples |
WGA.Date("25.06.2020", "dd.MM.yyyy") |