Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SET DATE_FORMAT dmy
INSERT INTO Deliveries (DelInfo,DelDate,PostedBy,PostDate)VALUES('test','14/05/2004','Matt','16/04/2004')
SET [b]DATEFORMAT[/b] dmy
INSERT INTO Deliveries (DelInfo,DelDate,PostedBy,PostDate)VALUES('test','14/05/2004','Matt','16/04/2004')