Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
How to customize date using PHP
WhatsApp
Bhushan Singh
Oct 17
2014
1.2
k
0
0
<?php
$mycustome_date
=
mktime
(22,30,0,1,1,2014);
echo
date
(
"m-d-Y H:i:s"
,
$mycustome_date
);
?>
customize data
data
data and time using php
make date
Up Next
How to customize date using PHP