Hi,
I have one textbox
currently my requirement is that i need to display datetimer in textbox
Could you please help me
<html>
<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
</head>
<body>
DateTimePicker:<input type="text" id="datetime" />
</body>
</html>