Hi,
Can anybody suggest me or provide online help related to PHP idate() Function. I waiting for your valuable suggestion.
Thanks,
Hi,
The idate() Function in PHP will returns a string formatted according to the format string using the integer timestamp or the current time if no timestamp is given.
Syntax of PHP idate() Function :...
int idate ( string $format [, int $timestamp= time() ] )
Example:
<?php echo(idate("Y")); ?>