PHP Classes

File: fwphp/glomodul/blog_akram/z_old_other/z_DateTime.php

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   fwphp/glomodul/blog_akram/z_old_other/z_DateTime.php   Download  
File: fwphp/glomodul/blog_akram/z_old_other/z_DateTime.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change:
Date: 1 year ago
Size: 251 bytes
 

Contents

Class file image Download
<?php
date_default_timezone_set
("Asia/Karachi");
$CurrentTime=time();
/*

*/
$DateTime=strftime("%B-%d-%Y %H:%M:%S",$CurrentTime);
 
//This is the SQL Format for Date and Time
//$DateTime=strftime("%Y-%m-%d %H:%M:%S",$CurrentTime);
echo $DateTime;
?>