The data type of MySQL is datetime. The data stored in the database is 2015-01-19 05:02:02. When it is transferred to Java, it becomes 2015-01-19 05:02:02.0, with an extra .0 at the end. The display format can be formatted by the following centralized method: 1. The type of regtime must be date type to be used in this way, which can be achieved through jstl <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> 2. The type of regtime is String, which is implemented by js <div><script>document.write("${userDb.regtime}".substring(0, 19));</script></div> 3. The type of regtime is String, which is implemented by jstl <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> Display results: 2015-01-19 05:02:02 The above article about how to obtain datetime type data in MySQL, followed by a .0 implementation method, is all I have to share with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM. You may also be interested in:
|
<<: JS implements Baidu search box
>>: How to change the CentOS server time to Beijing time
MySQL official website: https://www.mysql.com/dow...
The main text starts below. 123WORDPRESS.COM Down...
vmware workstations starts the virtual machine er...
Table of contents Start and stop Database related...
Local Windows remote desktop connects to Alibaba ...
Click here to return to the 123WORDPRESS.COM HTML ...
By understanding how tomcat handles concurrent re...
Preface When I was typing my own personal blog, I...
Table of contents 1. Instructions for use 2. Prep...
Most of the earliest computers could only use ASC...
Method 1: hostnamectl modification Step 1 Check t...
Nginx (engine x) is a high-performance HTTP and r...
There are many read-write separation architecture...
1. Download MySQL database and install and config...
Business scenario: Use vue + element ui's el-...