leostar
Junior Member
Posts: 2
Registered: 12/14/2008
Location: Singapore
Member Is Offline
|
| posted on 12/14/2008 at 06:12 AM |
|
|
Wrong 'Today' date shown
When I enter a valid date in the input textbox and click on the calendar icon, the 'today' date (border in red) shows a wrong date. Its shown a day
after.
|
|
|
funta
Newbie
Posts: 1
Registered: 12/18/2008
Location: Germany
Member Is Offline
|
| posted on 12/18/2008 at 01:17 PM |
|
|
Wrong today
Same Problem here: The Today box is always 1 day ahead :(
Timezone at localhost is GMT+1 (Germany)
Version: // Tigra Calendar v4.0.1 (11/26/2008)
My Conf:
| Code: |
var A_TCALDEF = {
'months' : ['Januar', 'Februar', 'MA?rz', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November','Dezember'],
'weekdays' : ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'],
'yearscroll': true, // show year scroller
'weekstart': 1, // first day of week: 0-Su or 1-Mo
'centyear' : 70, // 2 digit years less than 'centyear' are in 20xx, othewise in 19xx.
'imgpath' : 'img/' // directory with calendar images
}
|
|
|
|
tigra
Administrator
Posts: 2050
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 12/18/2008 at 10:04 PM |
|
|
try this code in your page, see if the date reported by the JavaScript is correct today's date
<script>
alert(new Date());
</script>
|
|
|
pradeepkumarvg
Newbie
Posts: 1
Registered: 12/22/2008
Location: Japan
Member Is Offline
|
| posted on 12/22/2008 at 08:48 AM |
|
|
I have aso same current date problem
I tried your code, but one more problem calender fully shift to one column left side means
calender starts from monday..at last sunday..
|
|
|
marshallartsoz
Junior Member
Posts: 2
Registered: 1/13/2009
Member Is Offline
|
| posted on 1/13/2009 at 02:35 AM |
|
|
Wrong 'today' date
A further observation that may help...(European version 4.0.1)
I note that the first click on the calendar icon after entering the page gives the following:
Correct date highlighted with background colour
NO red box anywhere
All subsequent clicks on the calendar icon give:
Correct date highlighted with background dolour
Red box around tomorrow's date
I tried the above code, and the alert box is displaying the correct current date/time.
|
|
|
tigra
Administrator
Posts: 2050
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 1/13/2009 at 04:09 AM |
|
|
Fixed. Download 4.0.2
|
|
|