Hello i my web2py_ajax.html i see
var w2p_ajax_date_format = "{{=T('%Y-%m-%d')}}";
But in a sqlform.factory generated form if i select a day in the widget it
pastes the date as 01-01-2013 ignoring the format
however if i change the format to
var w2p_ajax_date_format = "{{=T('%Y*/*%m*/*%d')}}";
it pastes the date as 2013/01/01
Is this a bug?
Thank you
António
--

