getTodayDateTime function

String getTodayDateTime()

Implementation

String getTodayDateTime() {
  return getTimeStampFormatted();
}