my web2py ajax
<script type="text/javascript"><!--
// These variables are used by the web2py_ajax_init function in
web2py_ajax.js (which is loaded below).
var w2p_ajax_confirm_message = "{{=T('Are you sure you want to delete
this object?')}}";
var w2p_ajax_disable_with_message = "{{=T('Working...')}}";
var w2p_ajax_date_format = "{{=T('%Y-%m-%d')}}";
var w2p_ajax_datetime_format = "{{=T('%Y-%m-%d %H:%M:%S')}}";
var
w2p_ajax_monthNames=['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno','Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre']
var ajax_error_500 = '{{=T.M('An error occured, please [[reload %s]]
the page') % URL(args=request.args, vars=request.get_vars) }}'
//--></script>
On Monday, 5 October 2015 16:45:56 UTC+2, Alessio Varalta wrote:
>
> Hi I create a table but when i use for example appadmin for insert a new
> row in table with the calendar, web2py appadmin insert a row with
> %H:%M:%S=0 but in the calendar there is also the hours and minutes and
> don't understand why the record have these parameters with 0 values
>
> db.define_table('dumpi',
>
> Field('name_file',type='datetime',requires=IS_DATE(str(T('%Y-%m-%d
> %H:%M:%S')))),
> )
>
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.