We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

datetimepicker

I am trying to insert a datetime picker into an html table cell. It is only showing as a textbox with no button selector. What is the correct coding to do this. I am using Visual Basic.

1 Reply

SA Shameer Ali Baig Sulaiman Ali Baig Syncfusion Team October 9, 2017 05:14 PM UTC

Hi David, 
 
Thanks for contacting Syncfusion Support. 
 
We have checked with your query. The reported issue may raise, if dependent script files for DateTimePicker were not referred properly in your application.Please, refer the below code snippet to render DateTimePicker in ASP.NET using VB. 
 
<table> 
                        <tr> 
                            <td> 
                                <ej:DateTimePicker ID="dateTime" runat="server" Width="180px" Value="04/15/2014 2:47 AM"></ej:DateTimePicker> 
                            </td> 
                            <td> 
                                <ej:DatePicker ID="DatePicker" runat="server" Width="180px" Value="04/15/2014"></ej:DatePicker> 
                            </td> 
                            <tr> 
                    </table> 
 
 
For your convenience, we have prepared sample based on your query. Please, download the sample from below link. 

 
Also, check out the links below to know about Syncfusion controls. 

 
Dependencies and API References: https://help.syncfusion.com/cr/aspnet/ejweb  
 


 
Please, let us know if you need any further assistance. 
 
Regards, 
 
Shameer Ali Baig S. 


Loader.
Live Chat Icon For mobile
Up arrow icon