Dear Team,
I want to create a new Custom field of type DateTime that can input Date and Hours/Minutes.
Please help me the solution !
Best Regards,
NNT
Dear Team,
I want to create a new Custom field of type DateTime that can input Date and Hours/Minutes.
Please help me the solution !
Best Regards,
NNT
Best answer by aaghaei
If you are using form then have a loot at the below
<px:PXTimeSpan DataField="Time" runat="server" ID="edtime" SummaryMode="true" InputMask="hh:mm" Width="100" ></px:PXTimeSpan>
If you are using grid then add from the data fields and it should come something like
<px:PXGridColumn DataField="Date_Time" CommitChanges="true" ></px:PXGridColumn>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.