There is also localization support in the Zebda validator using the same CurrentCulture technique. I'm not sure if the prototype version we're using supports such a thing, perhaps you can check on their website (maybe a never version?) and submit a patch, that would be really helpfull.
thanks. Ernst On Thu, Sep 18, 2008 at 10:24 PM, Alex Henderson <[EMAIL PROTECTED]>wrote: > I'm using ExtJS on my current project - I developed a little class for > translating date/time format strings i.e. taking > say Thread.CurrentThread.CurrentCulture.DateTimeFormat.ShortDatePattern and > converting it to the ExtJS equivalent format string ... works well, and my > ExtJSHelper automatically applies the appropriate config for date/time > fields. The customers happy to have some of this stuff made open source once > the projects out the door, so I'll probably post it in a month or so. > Cheers, > > - Alex > > > On Thu, Sep 18, 2008 at 11:08 PM, Dom <[EMAIL PROTECTED]> wrote: > >> >> Hi, >> >> Some hints that may be useful to others MR-beginners. >> As we don't have a hard requirement of using an input box we choose to >> use a js-calendar. >> FYI we used the one that can be found in Hammet's demo project "Timok >> Portal Project" (http://using.castleproject.org/pages/viewpage.action? >> pageId=2686977<http://using.castleproject.org/pages/viewpage.action?pageId=2686977>), >> it's working fine and is easy to use. >> >> Better solutions or pointers to components that allow flexible input >> av datetime are still welcome :-) >> Dom >> >> On 17 Sep, 23:16, Dom <[EMAIL PROTECTED]> wrote: >> > Hi, >> > Another validator question. I am not trying to flood the list, the >> > intend with several posts is to keep the questions focused :) >> > As far as I can see the "default" js validator will require that a >> > date is typed using a slash as a separator. This looks like quite >> > restrictive. >> > Is there an easy way to get the input of date more flexible by >> > allowing other separators (dot, maybe a - or no separator at all)? >> > >> > I might use a js-calendar but the input box allow the use of the >> > keyboard which is nice for power users. >> > >> > Thanks for any advice >> > Dom >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
