Text expand a date as markdown in vim

Add to vimrc and change 'dates' to desired text:

:iab <expr> dates '**' . strftime("%m/%d/%y") . '**'

From: https://vim.fandom.com/wiki/Insert_current_date_or_time