Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mytime
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Narendar Vakiti
mytime
Commits
3f3ed5bd
Commit
3f3ed5bd
authored
Jun 17, 2019
by
Md Suleman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated status propesed in resource response
parent
ade1a202
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1060 additions
and
1064 deletions
+1060
-1064
ResourceService.java
...n/java/com/nisum/myteam/service/impl/ResourceService.java
+1056
-1063
MyTeamUtils.java
src/main/java/com/nisum/myteam/utils/MyTeamUtils.java
+4
-1
No files found.
src/main/java/com/nisum/myteam/service/impl/ResourceService.java
View file @
3f3ed5bd
This diff is collapsed.
Click to expand it.
src/main/java/com/nisum/myteam/utils/MyTeamUtils.java
View file @
3f3ed5bd
...
...
@@ -5,6 +5,8 @@ import java.text.SimpleDateFormat;
public
class
MyTeamUtils
{
private
MyTeamUtils
()
{
}
...
...
@@ -13,6 +15,7 @@ public class MyTeamUtils {
//public final static String msdriveUrl ="jdbc:sqlserver://";
public
final
static
String
RELEASED_STATUS
=
"Released"
;
public
final
static
String
Engaged_STATUS
=
"Engaged"
;
public
static
final
String
STATUS_PROPOSED
=
"Proposed"
;
public
final
static
DateFormat
df
=
new
SimpleDateFormat
(
"yyyy-MM-dd HH:mm:ss"
);
public
final
static
DateFormat
tdf
=
new
SimpleDateFormat
(
"HH:mm"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment