getPeriodDate function

DateTime getPeriodDate()

Implementation

DateTime getPeriodDate() {
  DateTime currentDay = DateTime.now();
  return currentDay;
}