- Log in to post comments
User bio
404 bio not found
Member since Mar 5, 2019
Posts:
Shahama has not published any posts yet.
Replies:
String date = "12/03/2019";
SimpleDateFormat sdt = new SimpleDateFormat("dd-MM-YYYY");
Date result = sdt.parse(date);
System.out.println(result);
- Log in to post comments
DECLARE @IncrementValue int
SET @IncrementValue = 1
UPDATE Table1 SET Column1 = Column1 + @IncrementValue- Log in to post comments
Certifications & Credly badges:
Shahama has no Certifications & Credly badges yet.
Followers:
Shahama has no followers yet.
Following:
Shahama has not followed anybody yet.
If (%session.NewSession = 1) { // this is a new session }Set %session.Data("MyData") = 22 Write $Get(%session.Data("MyData")) // this should print 22