Skip to content
Snippets Groups Projects
Commit 08c7cda3 authored by 박신혁's avatar 박신혁
Browse files

add android calender

parent 4562d5d8
No related branches found
No related tags found
No related merge requests found
Showing
with 1540 additions and 0 deletions
This diff is collapsed.
This diff is collapsed.
package com.simplemobiletools.calendar.extensions
import org.joda.time.DateTime
fun DateTime.seconds() = (millis / 1000).toInt()
This diff is collapsed.
package com.simplemobiletools.calendar.extensions
fun String.getMonthCode() = if (length == 8) substring(0, 6) else ""
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment