示例#1
0
 function now()
 {
     include_once 'n_date.php';
     // can put formats for different dbs here
     return NDate::now();
 }