This topic is locked
[SOLVED]

 New non-DB date/time control

5/27/2020 10:00:12 AM
PHPRunner General questions
A
aalekizoglou author

Hi,
is there a way I can insert a new date/time editable control not related to a database field. I want to have the same functionality of the date/time control with simple edit box, calendar control and edit date with time

Sergey Kornilov admin 5/27/2020

Add a calculated dummy field to your SQL query and set it up as a date edit control.

A
aalekizoglou author 5/28/2020



Add a calculated dummy field to your SQL query and set it up as a date edit control.


Thanks Sergey,
in fact I am trying to add a datetime field on a popup confirmation form that I am using with jquery confirm. So there is no field assignment in that phase

Sergey Kornilov admin 5/28/2020

I don't really understand what you saying here.

A
aalekizoglou author 5/28/2020



I don't really understand what you saying here.


No worries,
I just wanted to add an input field that would work as a datetime edit control on a popup confirmation form that I have build. The confirmation form is called via a custom button using jquery confirm that give me an option to build an entire html form.

I have tried with jquery datetimepicker, but anyway would like to not add more/different controls to the entire project.