dart timestamp

58

void main() {
  print(new DateTime.now().millisecondsSinceEpoch);
}

Comments

Submit
0 Comments