-
Notifications
You must be signed in to change notification settings - Fork 0
Date Formatter
Guilherme Reginaldo Ruella edited this page Oct 8, 2016
·
3 revisions
df is a global variable that provides an access point to the date formatter.
Returns a string representation of the date as the MySQL datetime format (YYYY-MM-DD HH:mm:ss)
-
date - Date - The date to be formatted
Returns a string representation of the date as the MySQL datetime format, but it ignores the time portion (YYYY-MM-DD)
-
date - Date - The date to be formatted
Returns a string representation of the date as DD/MM/YYYY
-
date - Date - The date to be formatted
Returns a string representation of the date as DD/MM
-
date - Date - The date to be formatted
Returns a string representation of the date as HH:mm:ss
-
date - Date - The date to be formatted
Returns a string representation of the date as HH:mm
-
date - Date - The date to be formatted