Lotimperio / mobiscroll

Automatically exported from code.google.com/p/mobiscroll
0 stars 0 forks source link

DateTime setDate not working #115

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Everything was working on 2.1

Switched to 2.2 and setDate doesn't work anymore

What steps will reproduce the problem?
1.

$("input#start_date").scroller(date_options);
$("input#start_date").scroller('setDate', new Date(), true);

What is the expected output? What do you see instead?
Expected to have the $("input#start_date") with the val() properly set

What version of the product are you using? On what operating system?

2.2, it was working on 2.1. I'm on Firefox/Chrome with Linux Mint 

Original issue reported on code.google.com by con...@gmail.com on 28 Nov 2012 at 11:54

GoogleCodeExporter commented 8 years ago
Fixed in 2.3

Original comment by diosla...@gmail.com on 11 Dec 2012 at 6:43