Welcome To Snipplr
Everyone's Recent Snippets Tagged date
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
ASP
MySQL: Preventing "Unable to convert MySQL date/time value to System.DateTime" (Invalid Date Data).
Changing the connection string in the web.config to allow zero date and converting it prevents this error.
0
977
posted 14 years ago by jink
Will convert all of the mysql dates on the page to be localized.
0
777
posted 14 years ago by yisreldov
Creates a DATE and TIME object that can be places on a site.
OPEN-SOURCE: Free to download, use, modify and distribute - so long as all Credits/Comments are left INTACT.
If you have any thoughts, comments or ideas for this script (or another script...
1
1048
posted 14 years ago by darksider
This will convert dates from MM-DD-YYYY to YYYY-MM-DD (iso format)
1
1107
posted 14 years ago by bradless
This is used to display the date the item was created, within the item page.
DATE_FORMAT_LC2 can be changed to suit allowable Joomla variants.
0
627
posted 14 years ago by K2Joom
Frequently I like to make data more user friendly, so while I make it easy for them to add a date as a shorthand format (mm/dd/yyyy) I like to return it as something easier to digest (Day of Month in Year, etc). This is the simplest way to do that I'...
0
806
posted 14 years ago by xekonic
Patterns: http://www.geekzilla.co.uk/View00FF7904-B510-468C-A2C8-F859AA20581F.htm
0
840
posted 14 years ago by arpit
This method checks whether a given string is a valid date (current regional settings are used)
0
727
posted 14 years ago by CaptainProton
/**
* @param Int $week
* @param Int $year
* @return Array
*/
0
606
posted 14 years ago by jkjeldgaard