setDateFromSecond

fun TextView.setDateFromSecond(second: Long, format: String? = "yyyy-MM-dd")
fun TextView.setDateFromSecond(second: String?, format: String? = "yyyy-MM-dd")

根据时间产生格式化字符串

Parameters

second

指定时间, 单位秒, 如果小于0将设置为空字符串

format

格式化文本