Welcome To Snipplr


Everyone's Recent Snippets Tagged date



0 1825 posted 17 years ago by Wiederkehr
3 2035 posted 17 years ago by rblalock
For a complete list of time/date parameters, visit: http://php.net/manual/function.date.php
1 1602 posted 17 years ago by Jaymoon
Format date from yyyy-mm-dd hh:mm:ss TO yyyymmddhhmmss
1 3482 posted 18 years ago by gfazioli
Format strings: * %A - AM or PM * %a - am or pm * %m - Month with leading zeroes (01 - 12) * %n - Month without leading zeroes (1 - 12) * %F - Month name (January - December) * %M - Three letter month name (Jan - Dec) * $d - Da...
0 3862 posted 18 years ago by DaveChild
NOT MY CODE. I was looking for a good code that would validate the date in JavaScript and I found this function. I thought it was worth keeping so I decided to post it on here as opposed to clutter my bookmarks with one more link. Once again I take...
0 1808 posted 18 years ago by ckester
Starting from here: http://snipplr.com/view/2534/update-copyright-date-in-php/ I made one that is a little more sussinct (sp?)
0 1454 posted 18 years ago by SeanJA
This function takes a string containing a date in "mm/dd/yyyy" or "m/d/yyyy" format and converts it to a date object in AS2.
0 2484 posted 18 years ago by Winkyboy
Change only $start variable with your start year. This very simple code will display two dates the next year like this : © Copyright 2008 - 2009, All Rights Reserved. and so on...
1 1714 posted 18 years ago by Pat64
2 1905 posted 18 years ago by morroida
0 3217 posted 18 years ago by morroida
Loads the contens of a dir an sorts them by the date of creation.
2 2646 posted 18 years ago by romanos
alternative to using DateTime.now.to_s
1 2117 posted 18 years ago by jhenry
Today, tomorrow, yesterday and other date calculations
4 2167 posted 18 years ago by stancell
Fecha en formato dd/mm/yyyy o dd-mm-yyyy retorna la diferencia en dias
0 1992 posted 18 years ago by isaac
This changes the date format from y-m-d to d-m-y on PHP
3 5346 posted 18 years ago by isaac
This changes the date format from y-m-d to d-m-y on PHP. It's easy to change the - to / or spaces...
0 3313 posted 18 years ago by isaac
This changes the date format from d-m-y to y-m-d on PHP. It's easy to change the - to / or spaces...
1 3566 posted 18 years ago by isaac
Takes a date and returns a string describing how long ago that date was. examples: 3 seconds ago, 5 days ago, 2 years ago, you get the idea :)
17 11243 posted 18 years ago by patcullen
Instead of using this function to set the default timezone in your script, you can also use the INI setting date.timezone to set the default timezone. * Does not affect timestamp functions, which are all GMT
0 2014 posted 18 years ago by johnself
i found this snippet here on snipplr (see the link up above), and really liked it. it came up with a validation error under XHTML 1.0 Strict so i changed it to what you see in the bottom.....
1 1865 posted 18 years ago by pufftenticle
This will always show the correct date... so it'll say "Copyright 2008 Comapany Name" now, and at exactly midnight on 1st January 2009, it'll say "Copyright 2009 Company Name". Simple!
2 2181 posted 18 years ago by tigercore
Forms a php timestamp out of an date string i.e. create_timestamp(24.12.2007);
0 1411 posted 18 years ago by razel
The code below will format 2008-01-30 10:58:32 to Jan 30, 2008 See the page http://us2.php.net/date for a complete list of formatting codes.
2 2619 posted 18 years ago by meme