Basic Date Picker Forums

Welcome to Basic Date Picker Forums Sign in | Join | Help
in Search

How can i change year into my culture ?

Last post 10-22-2009, 12:35 AM by figgaro. 2 replies.
Sort Posts: Previous Next
  •  10-21-2009, 11:52 PM 1841

    How can i change year into my culture ?

    when i'm using a basic datetime picker

    my current country year is a 2552 but datetimepicker display 2009 it's not right fomat,when i insert into database the year is decrease into 1466

    I'm try to custom codding

    string.Format("{2}-{1}-{0}", bcDate.SelectedDate.Day, bcDate.SelectedDate.Month, bcDate.SelectedDate.Year+543);

    i have got the same value , i dont want to couple increase value in year

    how can i do that.

    sorry for my english language.
  •  10-22-2009, 12:12 AM 1842 in reply to 1841

    Re: How can i change year into my culture ?

    OH! Sorry for my stupid i'm find the way to fix this problem.

    I'm try to set SelectDate to today

    thank for this very good control
  •  10-22-2009, 12:35 AM 1843 in reply to 1842

    Re: How can i change year into my culture ?

    Sorry again for my question

    when i set property SelectedDate to today it's display year 2552 but the calendar it's wrong
    when i set property Visible to today
    it's display 2009 but the calendar it's right

View as RSS news feed in XML
 
Powered by Community Server, by Telligent Systems