Date.setISO8601
void
Date.setISO8601
(
string
)
Sets a date string into ISO8601 format
- Parameters:
-
string <String>is the string of the date
- Returns:
void
String.trim
void
String.trim
(
len
,
p
)
Trims a string to len
- Parameters:
-
len <Integer>is the length of the required string -
p <String>is the string to prepend to the returned string
- Returns:
void