iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
follow http://live.intersoftpt.com/ Input Formatting Display Text(DataTime) sample and source code as follow:
<ISWebInput:WebInput ID="dtStartSchDate" runat="server"> <HighLight IsEnabled="True" Type="Phrase" /> <CultureInfo CultureName="en-US"> </CultureInfo> <EditFormat Format="dd-MMM-yyyy" IsEnabled="True"> <MaskInfo MaskExpression="00-LLL-0000"> </MaskInfo> <ErrorWindowInfo IsEnabled="True"> </ErrorWindowInfo> </EditFormat> <DisplayFormat Format="dd-MMM-yyyy" IsEnabled="True"> <ErrorWindowInfo IsEnabled="True"> </ErrorWindowInfo> </DisplayFormat> <DateTimeEditor IsEnabled="True"> </DateTimeEditor>
</ISWebInput:WebInput>
when input "2011-08-30",expectation result is: 08-OCT-2011,but actual result is: 08/30/2011
is why?
tks
Hello,
Please let me know in detail which sample that you run. I think it should not be an issue.Based on your aspx code, you should not able to input "2011-08-30". The edit format is "dd-MMM-yyyy" which makes you could not input "2011-09-30". I think the expectation result is already correct.
Regards,Handy
I have problem in time format, I can't post a tread - I don't know why - So I post here,
Why I use
<DisplayFormat Format="MM/dd/yyyy" IsEnabled="true>
It disply correctly,
But when I add the time to it, it doesn't work:
<DisplayFormat Format="MM/dd/yyyy hh:mm tt" IsEnabled="true>
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname