Project

General

Profile

« Previous | Next » 

Revision 1457

Added by Dietmar almost 13 years ago

Preparing 2.8.2 stable, last tests

View differences:

page_calendar.js
1
Calendar.setup(

2
	{

3
	inputField  : start_date,

4
	ifFormat    : jscal_ifformat,

5
	button      : trigger_start,

6
	firstDay    : jscal_firstday,

7
	showsTime   : showsTime,

8
	timeFormat  : timeFormat,

9
	date        : jscal_today,

10
	range       : [1970, 2037],

11
	step        : 1

12
	}

13
);

14
Calendar.setup(

15
	{

16
	inputField  : end_date,

17
	ifFormat    : jscal_ifformat,

18
	button      : trigger_end,

19
	firstDay    : jscal_firstday,

20
	showsTime   : showsTime,

21
	timeFormat  : timeFormat,

22
	date        : jscal_today,

23
	range       : [1970, 2037],

24
	step        : 1

25
	}

1
Calendar.setup(
2
	{
3
	inputField  : start_date,
4
	ifFormat    : jscal_ifformat,
5
	button      : trigger_start,
6
	firstDay    : jscal_firstday,
7
	showsTime   : showsTime,
8
	timeFormat  : timeFormat,
9
	date        : jscal_today,
10
	range       : [1970, 2037],
11
	step        : 1
12
	}
13
);
14
Calendar.setup(
15
	{
16
	inputField  : end_date,
17
	ifFormat    : jscal_ifformat,
18
	button      : trigger_end,
19
	firstDay    : jscal_firstday,
20
	showsTime   : showsTime,
21
	timeFormat  : timeFormat,
22
	date        : jscal_today,
23
	range       : [1970, 2037],
24
	step        : 1
25
	}
26 26
);
27 27

  

Also available in: Unified diff