public class SqlDateUtil extends Object
java.sql.*
SqlDateUtil()
static Date
date(Date date)
Date
static Time
time(Date date)
Time
static Timestamp
timestamp(Date date)
Timestamp
static <T extends Date>T
wrap(Class<?> targetClass, long mills)
DateTime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SqlDateUtil()
public static Timestamp timestamp(Date date)
date
public static Date date(Date date)
public static Time time(Date date)
public static <T extends Date> T wrap(Class<?> targetClass, long mills)
T
targetClass
mills
Copyright © 2025. All rights reserved.