TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
suchita gorivale
NA
3
2.3k
Change Silverlight Datepicker Format as dd/MM/yyyy
Nov 2 2015 12:16 AM
Hi,
I want to change silverlight 4 datepicker format as 'dd/MM/yyyy' in one page only. I tried below code
Thread.CurrentThread.CurrentCulture = (CultureInfo)Thread.CurrentThread.CurrentCulture.Clone();
Thread.CurrentThread.CurrentCulture = (CultureInfo)Thread.CurrentThread.CurrentCulture.Clone();
Thread.CurrentThread.CurrentCulture.DateTimeFormat.ShortDatePattern = "dd/MM/yyyy";
But It changes format in whole silverlight application. I want datepicker change format in one silverlight page only.
Please give me solution.
Thanks.
Regards,
Suchita Gorivale
Reply
Answers (
1
)
Access google Map API out side of I-frame - I want to load M
How to upload images to server from windows 8.1 c#?