parent
808030100f
commit
cf08d0d490
|
@ -12,7 +12,7 @@ fun String.convertLocalDateTime(format: String): LocalDateTime {
|
||||||
|
|
||||||
fun String.convertLocalDateTime(
|
fun String.convertLocalDateTime(
|
||||||
format: String = "yyyy-MM-dd",
|
format: String = "yyyy-MM-dd",
|
||||||
currentTimeZoneStr: String = "ASIA/Seoul",
|
currentTimeZoneStr: String = "Asia/Seoul",
|
||||||
hour: Int = 0,
|
hour: Int = 0,
|
||||||
minute: Int = 0,
|
minute: Int = 0,
|
||||||
second: Int = 0
|
second: Int = 0
|
||||||
|
|
Loading…
Reference in New Issue