Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
php x 2
Member Avatar for kharthikeyan

Use Time Zone <?php $date = date_default_timezone_set('Asia/Kolkata'); echo date("d/m/Y h:i:s a", time()); ?> Or Use Time Diferrence from GMT <?php $time_now=mktime(date('h')+5,date('i')+30,date('s')); echo date("d/m/Y h:i:s a", time()); ?>

Member Avatar for cereal
0
45
Member Avatar for lydia21

hi i am doing a attendance sheet appln... i want to know how to get the current indian time,date,month and year..... and i want to store that in mysql database lydia

Member Avatar for kharthikeyan
0
3K