54.163.62.42 |    

Navigation

Google Advertisement

All snippets of the tag time

1-3 of 3 Entries

str2seconds
(Bash::Function)
Created by Marko Schulz at 2023-02-23 21:59:22
# ******************************************************* # This function converts time designations such as # 1d or 12h into seconds. Supported are Xd, Xh, Xm, Xs. # # @param $1 - The time designations # @return init # function str2seconds () { ...

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-3 of 3 Entries
Search
 
Full text search by name and content of a snippet.

User online
There are 4 users online.

Tags Cloud

Latest snippets
str2seconds
(Bash::Function)
is_integer
(Bash::Function)
file_rotate
(Bash::Function)
confirm
(Bash::Function)
is_workingtime
(Bash::Function)
last day of last month
(Bash::Snippets)
crypt_apr1_md5
(PHP::Function)
crypt_apr1_md5
(Perl::Function)
transparent
(CSS)
rfc2822Toiso8601
(PHP::Function)