Thanks for the info! :)
Now I think my signature is fixed :D
Cheers.
--
Gustavo A. Díaz
GDNet - www.gdnet.com.ar
"Servicios TI para tus necesidades"
2015-08-26 17:11 GMT-03:00 Oleg Broytman :
> On Wed, Aug 26, 2015 at 04:46:35PM -0300, "Gustavo A. D??az" <
> gustavo.d...@gmail.com> wrote:
> >
On Wed, Aug 26, 2015 at 04:46:35PM -0300, "Gustavo A. D??az"
wrote:
> Oleg!
>
> Thanks for reply. Yeah, but is ok since finally I don't care how is stored
> in the DB since I can parse it later (sometimes I ask questions in lists,
Ok.
> forums and in a few minutes I reply myself with a solu
Oleg!
Thanks for reply. Yeah, but is ok since finally I don't care how is stored
in the DB since I can parse it later (sometimes I ask questions in lists,
forums and in a few minutes I reply myself with a solution... sorry :P)
About signature: lol (If true I didn't know :P)
Thanks!
--
Gustavo
Hi!
On Wed, Aug 26, 2015 at 02:07:38PM -0300, "Gustavo A. D??az"
wrote:
> Is there anyway to change for date format on DateCol default value?
>
> I use DateCol(default=datetime.strftime(datetime.now(), '%d-%m-%Y') but
> does not work:
>
> unhandled formencode.api.Invalid "expected a date/time
Forget this question, I just stored with default=DateTimeCol.now and when
read it, just formated with datetime.strftime.
Thanks!
--
Gustavo A. Díaz
GDNet - www.gdnet.com.ar
"Servicios TI para tus necesidades"
2015-08-26 14:07 GMT-03:00 Gustavo A. Díaz :
> Hi,
>
> Is there anyway to change for