Sunday, June 28, 2009

[jQuery] Re: Date range Picker jquery

Hi , you know , u saved my life man, this small snippet i cant changes , its very stupid one , i am one mad,

Thanks MR 

ITs very useful one,

Thanks

On Sun, Jun 28, 2009 at 9:13 PM, Prashant Khanal <prashantkhanal@gmail.com> wrote:
hmm....have a lookyou know at the code below and its the one provided in that example:
$(function()
{
$('.date-pick').datePicker()
$('#start-date').bind(
'dpClosed',
function(e, selectedDates)
{
var d = selectedDates[0];
if (d) {
d = new Date(d);
$('

No comments: