ENDRPrint/.svn/pristine/fd/fd933fb30f3995233a093469967dd8fc53a25a9d.svn-base

18 lines
398 B
Plaintext
Raw Permalink Normal View History

2024-08-14 10:33:27 +07:00
/**
* Created by IntelliJ IDEA.
* User: Zizu
* Date: 5/2/12
* Time: 4:31 PM
* To change this template use File | Settings | File Templates.
*/
var jQueryDatePickerpts = {
showOn: "button",
buttonImage: "../styles/calendar.gif",
buttonImageOnly: true,
dateFormat: "dd/mm/yy",
changeMonth : true,
changeYear : true,
showButtonPanel : false,
showAnim : 'show'
};