Skip to content
New issue

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

عدم نمایش کلید انتخاب تاریخ #318

Open
salueii opened this issue Aug 26, 2024 · 0 comments
Open

عدم نمایش کلید انتخاب تاریخ #318

salueii opened this issue Aug 26, 2024 · 0 comments

Comments

@salueii
Copy link

salueii commented Aug 26, 2024

تاریخ به صورت میلادی روی 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant