We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
تاریخ به صورت میلادی روی input میفته و شمسی نمیشه
const dtp1Instance = new mds.MdsPersianDateTimePicker(document.getElementById('SysProjectENDDATE'), { Placement: 'bottom', // default is 'bottom' Trigger: 'focus', // default is 'focus', EnableTimePicker: false, // default is true, TargetSelector: '', // default is empty, GroupId: '', // default is empty, ToDate: false, // default is false, FromDate: false, // default is false, isGregorian: false, dateFormat : 'yyyy/MM/dd', textFormat : 'yyyy/MM/dd', targetTextSelector: '#SysProjectENDDATE', targetDateSelector: '#SysProjectENDDATE', });
and this is input control
<div class="form-group col-lg-4 col-md-6 col-sm-4"> <label>project</label> <input type="text" class="form-control" id="SysProjectENDDATE" > </div>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
تاریخ به صورت میلادی روی input میفته و شمسی نمیشه
and this is input control
The text was updated successfully, but these errors were encountered: