nowMs static method

int nowMs()

get Now Date Milliseconds.

Implementation

static int nowMs() {
  return DateTime.now().millisecondsSinceEpoch;
}