AbanteCart Community

AbanteCart Development => Customization help => Topic started by: dodgeviper12003 on June 01, 2015, 09:26:08 PM

Title: Regular Expression Pattern for Validation of Values
Post by: dodgeviper12003 on June 01, 2015, 09:26:08 PM
Hi, I installed the extension Order Attributes and I chose a date attribute. I need help to create a Regular Expression Pattern for Validation of Values so that people can not choose a weekend. I am not familiar with php coding so I do not know how to code this. If someone could help this would be greatly appreciated.
Title: Re: Regular Expression Pattern for Validation of Values
Post by: abolabo on June 03, 2015, 08:50:10 AM
You can not to realize a weekend checker with regular expression pattern. It's helpful only for format of string checks.
i suggest to look into jquery datepicker settings to forbid weekend days chosing.

Try to google fo it..
For ex http://webtricksandtreats.com/disable-specific-days-jquery-ui-date-picker/

You can add disabling function on page with attributes or add this globally into view/template/.../forms/date.tpl