how to display thai year (buddha year) in datepicker (sencha extjs 7.5.1)? - extjs

How to display Thai year (buddha year) in datepicker of Sencha Extjs 7.5.1 ?
Example : "2019-01-31" in Thai year is "2562-01-31"

This is not possible by native sencha components.
You can implement new field with external library like https://day.js.org/docs/en/plugin/buddhist-era

Related

react-datepicker month and year dropdown overlap

I have used react-datepicker library.
When i use month and year dropdown they are displaying one above another
I want them to display side by side

Is Range selection possible in WPF Date Picker?

My requirement is to have some relative date support in my date picker and I want to select start and end date from wpf date picker. But picker showing single calendar and i couldn't achieve two date selection.i have gone through some sites but couldn't get clear answer.
Is it possible to achieve my requirement in WPF date picker or any custom template available for this?
Thanks,
Indrajeyan.

Two colored date in onezone datepicker

I'm using ionic onezone datepicker for the representation of calendar in my app,but for certain date I need to provide two colored date as show below.Can anyone help me with that.

How to highlight specific days in a date picker using Ext js Date picker?

I am new to EXt js.
Can anyone tell me how to highlight specific days in a date picker using Ext js Date picker?
Without overriding Ext.picker.Date can we achieve the same?
Highlighting of dates is not configurable/supported in Ext. You can override the picker - it is not very difficult, I've done it to highlight holidays.

Show current date in WPF Toolkit Date Time picker

I am using codeplex wpf toolkit and want to show current date at the bottom of calendar same as date time picker of windows form shows, tried various properties but could not find a solution. Please help
If i understand you correctly,you want to show the current selected date in the calender part of the datepicker.For that you want to customize the control template of the Datepciker COntrol.Go through the link below to get started
http://msdn.microsoft.com/en-us/magazine/dd882520.aspx
Edit
To have a Today Button in the calender check the below thread
http://wpf.codeplex.com/discussions/85516?ProjectName=wpf

Resources