$parser.unshift not working in IE when using remote for backspace and delete. any other way?
On Sunday, 5 August 2012 02:41:28 UTC+5:30, Pawel Kozlowski wrote: > > hi! > > You will have to write a parser and and formatter to cover > model<->input conversions. > Check http://docs.angularjs.org/guide/forms for more details. > > Cheers, > Pawel > > On Sat, Aug 4, 2012 at 11:01 PM, Nik <[email protected] <javascript:>> > wrote: > > Hi there, I have this jQuery plugin that requires the input be of a > certain > > datetime format like 08/15/2012 11:00AM, but the model I have has this > kind > > of format (from Rails) 2012-08-10T11:00:00-07:00 > > > > So I thought to apply a filter date:'M/d/yyyy HH:MMa' but that doesn't > help > > at all. In fact, the console shows that there is an error > > > > I have this fiddle which if you remove the filter part, it will properly > > show the date time in the input, but it is not the format I want... > > > > http://jsfiddle.net/MwzkS/1/ > > > > Any suggestion on how I can achieve the desired result? > > > > thank you! > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "AngularJS" group. > > To post to this group, send email to [email protected]<javascript:>. > > > To unsubscribe from this group, send email to > > [email protected] <javascript:>. > > Visit this group at http://groups.google.com/group/angular?hl=en. > > > > > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
