Skip to content
Amruta Hulagar requested to merge feature/nodejs-server into feature/python-api

https://bito.atlassian.net/browse/BITO-12251?focusedCommentId=118649 https://bito.atlassian.net/wiki/spaces/EN/pages/1173553177/Bito+Hosted+SSO+Support https://bito.atlassian.net/browse/BITO-12251?focusedCommentId=122384 https://bito.atlassian.net/browse/BITO-12362?focusedCommentId=122423 https://bito.atlassian.net/wiki/spaces/EN/pages/1132003418/Quality+Assurance+QA

Summary by Bito

This pull request adds a new DateFormatter utility class for date formatting in French locale, includes input validation with null checks, and performs minor cleanup by removing a test comment from the DemoApplication class.

Detailed Changes
  • Adds new DateFormatter class (DateFormatter.java) with formatDate method using DateFormat.getDateInstance for French short date formatting and null check for input validation.
  • Removes "//test" comment from DemoApplication.java to clean up the code.
Edited by Amruta Hulagar

Merge request reports