ajanthanm / mobiscroll

Automatically exported from code.google.com/p/mobiscroll
0 stars 0 forks source link

Add separator #86

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Using 2.0RC1 (don't know about older versions)

A separator parameter between date and time would be useful
e.g.: 01/12/2012 04:30 PM 
with separator:' at ' 
would output 01/12/2012 at 04:30 PM

You can see it implemented here (example #4): 
http://trentrichardson.com/examples/timepicker/

(also his implementation of minDate and maxDate is easier to use) 

Original issue reported on code.google.com by arki.hil...@gmail.com on 30 Apr 2012 at 2:57

GoogleCodeExporter commented 8 years ago
We will think about adding that options.
But you can achieve this with the current configuration settings with:
dateFormat: "mm/dd/yy 'at'"

Original comment by diosla...@gmail.com on 30 Apr 2012 at 6:01

GoogleCodeExporter commented 8 years ago
Option separator added in 2.0rc2

Original comment by diosla...@gmail.com on 3 May 2012 at 2:51