38.107.191.114 |    

Navigation

Google Advertisement

All snippets of the tag time

1-2 of 2 Entries

date2time
(Perl::Snippets)
Created by Marko Schulz at 2010-01-20 13:44:25
#!/usr/bin/perl # required perl package... use POSIX qw(strftime); print date2time( '2007-08-17 10:45:22' ); # ************************************************************ # convert date string ot unix time (2005-06-16 10:00:00 => 1118916000)...

date
(Perl::Snippets)
Created by Marko Schulz at 2010-01-20 13:44:00
#!/usr/bin/perl # Example: 2009-09-23 17:01:25 print date( "%Y-%m-%d %H:%M:%S" ); # ************************************************************ # Return the current time in the given FORMAT. # # FORMAT controls the output. # # %a => Sun ...

1-2 of 2 Entries
Search
 
Full text search by name and content of a snippet.

User online
There are 5 users online.

Tags Cloud

Latest snippets
urlencode
(Perl::Function)
gethostbyaddr
(Perl::Function)
create_function
(JavaScript::Snippets)
function_exists
(JavaScript::Snippets)
listing
(PHP::Function)
runPhpCode
(PHP::Function)
md5
(Bash::Function)
rtrim
(Bash::Function)
ltrim
(Bash::Function)
function_exists
(Bash::Function)