Skip to content

Instantly share code, notes, and snippets.

@matifdeveloper
Created October 12, 2023 10:41
Show Gist options
  • Save matifdeveloper/9acc742e766f02c7c65e105ed26a560d to your computer and use it in GitHub Desktop.
Save matifdeveloper/9acc742e766f02c7c65e105ed26a560d to your computer and use it in GitHub Desktop.
Yesterday Date
void main() {
final dateTime = DateTime.now().subtract(const Duration(days:1));
print(dateTime);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment