Skip to content Skip to sidebar Skip to footer
Showing posts with the label Locale

Handling International Dates In Python

I have a date that is either in German for e.g, 2. Okt. 2009 and also perhaps as 2. Oct. 2009 How… Read more Handling International Dates In Python

Locale Troubles

Python 2.7.2 (default, Jun 12 2011, 14:24:46) [MSC v.1500 64 bit (AMD64)] on win32. >>> lo… Read more Locale Troubles

Convert Python String Date To Mysql Datetime

I have a string field witch is a date scraped from internet and reads like this: 'Lun Ene 27, … Read more Convert Python String Date To Mysql Datetime