Hi Travis,
You need to insert a starting date in cell A1, you can use this formula to do so:
=DATE(2019,1,1)
Then, use this formula below in cell B1 and drag it to right to get the result as the screenshot below.
=IF(MOD(COLUMN(),2)=1,A1+1,A1)

@Deleted
Hope that helps