#!/usr/bin/env bash

DATE=$(date '+%b %d (%a) %I:%M:%S %p')
echo "$DATE"
