import java.util. {Date, Locale} |
import java.text.DateFormat |
import java.text.DateFormat. _ object |
FrenchDate |
{ |
def main ( args : Array[String] ) |
{ |
val now = new Date |
val df = getDateInstance ( LONG, Locale.FRANCE ) |
println ( df format now ) |
} |
} |
by: 发表于:2017-09-20 10:13:44 顶(0) | 踩(1) 回复
??
回复评论