Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/fecha.py
diff options
context:
space:
mode:
authorYader Velásquez <yajosev@gmail.com>2010-12-27 22:35:59 (GMT)
committer Yader Velásquez <yajosev@gmail.com>2010-12-27 22:35:59 (GMT)
commitc8cd77113853ef35f4ed97fc7a6edac21df20b0d (patch)
treeaf0efa0ab32355d169208a513ccbdc1af7cef340 /fecha.py
parent46712fdccf8797a231aef89b0f0894ccb29ab47c (diff)
new toolbar
Diffstat (limited to 'fecha.py')
-rw-r--r--fecha.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fecha.py b/fecha.py
index a76fb89..782475a 100644
--- a/fecha.py
+++ b/fecha.py
@@ -51,5 +51,5 @@ class FechaNormal(object):
'''special format of a date for
be use it like a dicctionary key'''
self.fecha = datetime.today()
- return self.fecha.strftime("%y-%b-%d")
+ return self.fecha.strftime("%d/%m/%y")