From: Rafael C. <raf...@gm...> - 2016-10-16 20:14:50
|
Hello, The calendar in input field "<input alt="$_SESSION['DefaultDateFormat']" class="date" maxlength="10" name="DateBanked" onchange="isDate(this.value, '$_SESSION['DefaultDateFormat']')" required="required" size="10" tabindex="2" type="text" value="$FormatedValue" /> works with formats "d/m/Y", "d.m.Y", "m/d/Y", and "Y/m/d", but it does not work with format "Y-m-d". That is: calendar does not go to the date displayed in the field. Anyone have any idea where could be the problem? Best regards, Rafael. |