Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update StartTime.java, EndTime.java #208

Conversation

munharsha
Copy link

No description provided.

@munharsha munharsha added enhancement New feature or request type.Task labels Oct 30, 2020
@munharsha munharsha added this to the v1.4 milestone Oct 30, 2020
@munharsha munharsha self-assigned this Oct 30, 2020
@munharsha munharsha linked an issue Oct 30, 2020 that may be closed by this pull request
@Christopher-LM Christopher-LM merged commit e09864a into AY2021S1-CS2103-W14-1:master Oct 30, 2020
@@ -164,11 +166,14 @@ public static ReadOnlyPropertyBook getSamplePropertyBook() {
public static Meeting[] getSampleMeetings() {
return new Meeting[] {
new Paperwork(new BidderId("B1"), new PropertyId("P2"),
new Time("15 OCT 2020"), new Venue("Marina Bay")),
new Date("15 OCT 2020"), new Venue("Marina Bay"),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The format of the date object should be dd-MM-YYYY instead. pls note that this might affect future commands that the user inputs such as the sort meeting command. Else, it lgtg.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request type.Task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Start Time and End Time for Meeting
2 participants