Dear all,

I have a date time picker and i have to trigger an event when the text box for that date is filled with the date.
if textbox id print_date

something like ......

$("#print_date").'......'(function(){

alert("Date is entered using date picker");
});

I have a date time picker and i have to trigger an event when the text box for that date is filled with the date.

Check the documentation of the datepicker. If you're lucky, it triggers an event for you; it you're not, you will almost certainly have to add a call yourself in or after it (because textbox events available with user manual input [onkeyup(), onblur(), onmouseout()] probably won't fire).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.