EasyUI Forum
April 28, 2024, 08:25:14 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Problem with DateTimeBox  (Read 15545 times)
Kevin
Jr. Member
**
Posts: 52


View Profile Email
« on: May 03, 2012, 05:37:00 AM »

I've been trying to disable the showing of seconds in the DateTimeBox but this does not seem to work. It does work for the TimeSpinner. I also noticed that if you don't set the seconds part when setting the date time value, you get a NaN error in the date time string. The code I used to test with was;
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
   <head>
      <title>jQuery Date Time Inout</title>
      <link rel="stylesheet" type="text/css" href="http://www.jeasyui.com/easyui/themes/default/easyui.css">
      <link rel="stylesheet" type="text/css" href="http://www.jeasyui.com/easyui/themes/icon.css">
      <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
      <script type="text/javascript" src="http://www.jeasyui.com/easyui/jquery.easyui.min.js"></script>
      <script type="text/javascript">
          $(function () {
             $('#dt').datetimebox({
                showSeconds: false
             });
          });
      </script>
   </head>
   <body>
      <form id="ff" method="post">
         <div>
            <label for="name">Date:</label>
            <input id="dt" type="text"></input>
         </div>
      </form>
   </body>
</html>
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: May 03, 2012, 07:18:57 PM »

This bug has been fixed. Please download the fixed datetimebox plugin from http://www.jeasyui.com/easyui/plugins/jquery.datetimebox.js
Logged
Kevin
Jr. Member
**
Posts: 52


View Profile Email
« Reply #2 on: May 07, 2012, 01:44:59 AM »

Thanks stworthy for your quick update to fix this. Works great.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!