
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"));
?>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.