Using convert() and style 106, you can come close to getting your work done. Then, in the following order, replace the spaces:
SELECT replace(convert(NVARCHAR, getdate(), 106), ' ', '/')
To know more about SQL, It's recommended to join MS SQL Course today.