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
Table of contents 1. Environmental Preparation 2....
Today I had some free time to write a website for...
bgcolor="text color" background="ba...
Background: During the development process, we of...
This article example shares the specific code of ...
background nginx-kafka-module is a plug-in for ng...
Table of contents Scope Global Scope Function Sco...
Table of contents Object parameters using destruc...
Since this is my first post, if there are any mis...
When installing Docker on Windows 10, after selec...
When using MySQL to run certain statements, a dea...
The hyperlink a tag represents a link point and i...
Table of contents Preface Case: Imitation of JD.c...
Table of contents Million-level data processing s...
Table of contents Preface 1. Image Optimization 2...