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.
Convert date type to some formats that Chinese user may use.
Syntax
client server public static str date2Str_CN(date _date, DateFormatType_CN _dateFormat)
Run On
Called
Parameters
- _date
Type: date
The date to be converted.
- _dateFormat
Type: DateFormatType_CN Enumeration
Specify which date format should be converted to.
Return Value
Type: str
The converted string.
Remarks
This method is uptaken from older version, and make some changes to fix bugs.