Date Helper | |
---|---|
구분 | 결과 |
now() | 1732292821 |
mdate("Year: %Y Month: %m Day: %d - %h:%i %a") | Year: 2024 Month: 11 Day: 23 - 01:27 am |
standard_date('DATE_RFC822') | Sat, 23 Nov 24 01:27:01 +0900 |
local_to_gmt() | 1732260421 |
gmt_to_local('1140153693', 'UM8', TRUE) | 1140128493 |
mysql_to_unix('20061124092345') | 1164327825 |
unix_to_human(now()) | 2024-11-23 01:27 AM |
human_to_unix('2012-05-22 06:50 PM') | 1337680200 |
timespan('1079621429') | 12 Years, 6 Months, 4 Days, 18 Hours, 37 Minutes |
days_in_month('05', '2012') | 31 |
// End of Sample
© Copyright by hoksi(Page rendered in 0.0069 seconds)