Descripción
Create a Date instance with the current date and time (legacy API)
File Template: ❌
Prefix
date:now
Scopes
java
Snippet de código
Date now = new Date();
Create a Date instance with the current date and time (legacy API)
date:now
java
Date now = new Date();