| Date Helper | |
|---|---|
| 구분 | 결과 |
| now() | 1763267949 |
| mdate("Year: %Y Month: %m Day: %d - %h:%i %a") | Year: 2025 Month: 11 Day: 16 - 01:39 pm |
| standard_date('DATE_RFC822') | Sun, 16 Nov 25 13:39:09 +0900 |
| local_to_gmt() | 1763235549 |
| gmt_to_local('1140153693', 'UM8', TRUE) | 1140128493 |
| mysql_to_unix('20061124092345') | 1164327825 |
| unix_to_human(now()) | 2025-11-16 01:39 PM |
| human_to_unix('2012-05-22 06:50 PM') | 1337680200 |
| timespan('1079621429') | 13 Years, 5 Months, 4 Weeks, 16 Hours, 49 Minutes |
| days_in_month('05', '2012') | 31 |
// End of Sample
© Copyright by hoksi(Page rendered in 0.0067 seconds)