Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts passed date value to string. Supports two formats: YYMMDD and YYYYMMDD.
Syntax
protected str dateStr(date _date, [boolean _shortY])
Run On
Called
Parameters
- _date
Type: date
Date value to be converted.
- _shortY
Type: boolean
Specifies if format should be short (YYMMDD) - true value, or long (YYYYMMDD) - false value.
Return Value
Type: str
Converted date.