# R 3.2.4, <s>55</s> <s>51</s> 47 bytes **edit** I realized I could use `scan` thanks @FryAmTheEggMan. Reduced 4 bytes thanks to @MickyT. scan()*as.numeric(format(Sys.Date(),'%m.%d%y')) First attempt at a golf. Happy pi day!