Jump to content

specific unix date stamp


otuatail

Recommended Posts

[quote]mktime -- Get Unix timestamp for a date
Description
int mktime ( [int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]] )[/quote]

[code]
<?php
echo mktime(0, 0, 0, 12, 32, 1997);  /* example timestamp for 32/12/1997 */
?>[/code]

hth :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.