Default Recurring date

Hi, i am storing the text, start date, end date in database . when i want to use recurring event(ie, i want to display an event that every monday to display that event with no end date. )
but in my database default it taken (ex: 8-10-05). i need to saved to my own date.

        Thanking you .

You can configure format of date in DB by using

scheduler.config.xml_date="%Y-%m-%d %H:%i";

It can be adjusted to support any date format