[Datepicker] How to convert date "+0" to format "dd/mm/yy" ?

[Datepicker] How to convert date "+0" to format "dd/mm/yy" ?

Hi guys,

Is there any option in the datepicker plugin that could convert dates like "+0" or "+1m" to the format "dd/mm/yy"?

In case you want to know why I'm trying to do this, I've created a new rule to validate dates with Validation plugin to set a mindate for my input, and I get my mindate from the minDate option of my datepicker, but it returns "+0" while my rule (method) needs a date in the format "dd/mm/yy", so the comparison is incorrect

Any ideas?

Best regards,