Warning: session_start(): open(/var/cpanel/php/sessions/ea-php74/sess_241rqcju1pnalapkrvor62273g, O_RDWR) failed: No such file or directory (2) in /home/mssoftpc/iqra.mssoftpc.com/admin/function.php on line 3

Warning: session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php74) in /home/mssoftpc/iqra.mssoftpc.com/admin/function.php on line 3
Date Time | IQRA CMS

Date Time

Want a successful Modern site?

Start with IQRA training; it’s easy and quick to your needs.

 

 
Use this function for generate date .

Parametors

  1. Key (required);

Key

  1. format (For Any date format)

Note

  1. Default value ('d-m-Y H:i:s') 
  2. function type (return)

 

How to use 

IQ_date_time($data = null);

 

 
Use this function for generate time format .

Parametors

  1. Key (required);
  2. time (required);

Key

  1. "am"  "12" or "pm" (For Any Time format)

Time

  1. time (For Set any time)

Note

  1. function type (return)

 

How to use 

IQ_time_format($data,$time)

 

 

 
Use this function for generate date format .

Parametors

  1. Key (required);
  2. format (optional);

Key

  1. date (For Set date)

format

  1. format (For Set format)

Note

  1. Default format ( 'Y-m-d' )
  2. function type (return)

 

How to use 

IQ_date_format($date,$format = null)