c# - Customize DatePicker by PerpetuumSoft -


i use ui controls windows 8 perpetuum software. there datepicker. need customizations:

  1. how change available range of date use can select?
  2. month names in date selector pop-up in english, other text in system language. how change month name?

  1. as such control doesn't support such behavior. thing possible monitor date changes using datechanged event or monitoring changes of dependencyproperty date.
  2. the localization issue fixed in latest version. make sure have latest version, else can downloaded perpetuumsoft's download page: http://www.perpetuumsoft.com/downloads.aspx?lang=en. getting month name value can use datetimeformatinfo.currentinfo.getabbreviatedmonthname.

Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -