Top "Datepicker" questions

A datepicker is a user interface element in many frameworks that allows a user to choose a date and also, in some cases, time, often through a visual calendar.

MVC3 Unobtrusive Date Validation on a custom formatted date

I have a date field (i'm using the jquery ui datepicker) in a form that I've formatted, like so: ViewModel […

asp.net-mvc asp.net-mvc-3 jquery-validate datepicker unobtrusive-validation
How to onFocus and onBlur a React/Redux form field that's connected to React Date Picker?

I've got this simple v6 redux-form with an input that renders a custom component that populates its value using react-day-picker. …

reactjs datepicker redux redux-form react-day-picker
Android DatePicker Typeface

I am aware you can apply a custom TypeFace to a TextView in Android like this: TextView tv = findViewById(R.…

android fonts datepicker typeface
DatePicker crashes on my device when clicked (with personal app)

Edit : I checked that the issue only appears when the phone is set with "French" language. I'm currently building my …

android datepicker crash device
Android HoneyComb DatePicker Text Color

I'm searching for a possibilitie to adjust the text color of the datepicker widget in an android honeycomb app. I …

android coding-style datepicker textcolor
How to change Date format (dd-mmm-yyyy) in bootstrap datepicker

Script <script> $(function () { $(".datepicker").datepicker(); }); </script> Textbox <input class="datepicker" id="_Date" name="Date" type="…

datepicker bootstrap-datepicker
jquery datepicker and jquery mask not working

I have this piece of code that uses jquery datepicker and jquery masked input. jQuery(function($) { $(document).on('click', '#…

javascript jquery jquery-ui datepicker maskedinput
Impossible to make my DatePickerDialog use a spinner style programmatically

I'm using a DialogFragment to open a DatePickerDialog public class DatePickerFragment extends DialogFragment{ @Override public Dialog onCreateDialog(Bundle savedInstanceState) { // Use …

android datepicker android-datepicker datepickerdialog
JQuery Datepicker OnSelect and TextChanged problem

Since adding an OnSelect to my Datepicker, the TextChanged event no longer fires for this control. My code is as …

jquery datepicker onselect
How to select/set a selected row in picker view as default selected row every time

I have a picker view [picker selectRow:3 inComponent:0 animated:YES]; when i wrote this code in view did load, This …

iphone objective-c datepicker uipickerview didselectrowatindexpath