PHP Classes

File: ANYEM_SHARED/anyem.utils/IAnyemDateTimeUtils.php

Recommend this page to a friend!
  Classes of Anis Halayem   Anyem   ANYEM_SHARED/anyem.utils/IAnyemDateTimeUtils.php   Download  
File: ANYEM_SHARED/anyem.utils/IAnyemDateTimeUtils.php
Role: Class source
Content type: text/plain
Description: Class source
Class: Anyem
Exchange variable values between PHP servers
Author: By
Last change:
Date: 8 years ago
Size: 421 bytes
 

Contents

Class file image Download
<?php

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

/**
 *
 * @author Amina
 */
interface IAnyemDateTimeUtils {
    const
DATE_FORMAT = "Y-m-d" ;
    const
TIME_FORMAT = "H:i:s:u" ;
   
    const
DEFAULT_TIME_ZONE = "defaultTimeZone";
}