10 entries for "
date" as
partial match | search took 0.054 seconds
information | date examples | 10 matches
line 1: some more date examples...
line 7: $today[] = date("F j, Y, g:i a");...
line 8: $today[] = date("m.d.y");...
line 9: $today[] = date("j, n, Y");...
line 10: $today[] = date("Ymd");...
line 11: $today[] = date('h-i-s, j-m-y, it is w Day z ');...
line 12: $today[] = date('\i\t \i\s \t\h\e jS \d\a\y.');...
line 13: $today[] = date("D M j G:i:s T Y");...
line 16: $today[] = date('H:m:s \m \i\s\ \m\o\n\t\h');...
line 18: $today[] = date("H:i:s");...
image editing | analog GD clock | 7 matches
line 19: $array['hour'] = 0-(date('h')*30)-270;...
line 20: $array['min'] = 0-(date('i')*6)-270;...
line 21: $array['sec'] = 0-(date('s')*6)-270;...
line 67: $hstr = '. '.date('h').' hours';...
line 73: $mstr = '. '.date('i').' minutes';...
line 79: $sstr = '. '.date('s').' seconds';...
databases | mySQL to excel | 3 matches
line 27: //define date for title: EDIT this to create the time-format you need...
line 28: $now_date = date('m-d-Y H:i');...
line 30: $title = "Dump For Table $DB_TBLName from Database $DB_DBName on $now_date";...
file handling | file informations | 3 matches
line 1: this snippet will give you informations about a file like size, last modified date and more...
line 24: echo 'last access: '.date('l, F dS 20y - H:i:s',$fil_array[8]).'<br>';...
line 25: echo 'last modified: '.date('l, F dS 20y - H:i:s',$fil_array[9]).'<br>';...
information | date and time | 3 matches
line 1: more date and time examples...
line 6: echo date("D M d, Y H:i:s");...
line 29: echo date("D M d, Y H \hou\\r\s i \m\i\\nu\\te\s s \seco\\n\d\s");...
forms | datepicker | 3 matches
line 1: this will generate a form to choose a date...
line 7: echo "<H4>Date Picker</H4>\n";...
line 8: $Year = date("Y");...
file handling | remote last modified | 2 matches
line 1: functions to retrieve the last modified date from files on remote servers....
line 52: echo $remote_file.' was last modified on '.date('j F Y',strtotime($array['Last-Modified']));...
information | timestamp to time passed | 3 matches
line 3: use it to show 'last updated' info or similar...
line 25: //echo 'file example last updated '.time_passed(filectime('folder/folder/file')).' ago'; // path to file - last update...
line 26: echo 'this file last updated '.time_passed(filectime(__file__)).' ago'; // this file - last update...
information | domaincheck | 1 match
line 5: <?php echo '<!-- '.date('d m y').' -->'; ?>...
directories | read dir and list | 1 match
line 19: <a href="'.$file_file .'" title="last modified on '.date("D d M Y g:i A", $mtime).'">'.$thefile .'</a>...
© 2008
phparadise |
go to the top60 hits by 13 users in the last 30 minutes.