SQL Tanggal dan Waktu

select getdate()
select format(getdate(),'yyyy-MM-dd hh:mm tt')
Evil Emu