Hi friends, I have a problem with YUI 2 calendar. I activated the year selection property of it, and when the user enters a wrong type of year(for example 19m9,aaaa,bbbb), it writes "year needs to be number". How can i change this message, for example "not a valid year or enter a valid year", without changing default js file of calendar? I can change weekday names with
calendar.cfg.setProperty("WEEKDAYS_MEDIUM", ["Son", "Mon", "Die", "Mit", "Don", "Fre", "Sam"]);
but itis not working for changing error message.
Thanks.