function System_dateInit(value) { if (value != null) { var d = new Date(value); var _d = System_date2str(d, "yyyy-MM-dd hh:mm:ss"); return _d; } else { return ""; } } function System_
[steven@txzxp2 seccenter]$ python Python 2.7.5 (default, Jul 8 2013, 09:48:59) [GCC 4.8.1 20130603 (Red Hat 4.8.1-1)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> i