get timestamp for date dart code example Example: dart timestamp void main() { print(new DateTime.now().millisecondsSinceEpoch); }