Advertisement
Guest User

Untitled

a guest
May 19th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.72 KB | None | 0 0
  1. ---------------------------------------------------------------
  2. |This Program uses LocalDate so the date might be one day off.|
  3. ---------------------------------------------------------------
  4. Today is
  5. 2019/5/19
  6. Let's start a new Project here
  7. please enter a project name
  8. yeet
  9. so whats the start date
  10. please enter date like dd-MM-yyyy
  11. 9-9-9
  12. so whats the end date
  13. please enter date like dd-MM-yyyy
  14. 9-9-99
  15. ---------------------------------------------------------------
  16. you created project is
  17. 0 | yeet | 9/9/9 | 99/9/9
  18. ---------------------------------------------------------------
  19. ---------------------------------------------------------------
  20. now choose between
  21. ---------------------------------------------------------------
  22. 1 | create new project
  23. 2 | delete project by id
  24. 3 | list all projects
  25. 4 | list current projects
  26. 5 | list upcoming projects
  27. 6 | list past projects
  28. 7 | change project name by id
  29. 8 | change project start by id
  30. 9 | change project end by id
  31. 10 | end the programm
  32. ---------------------------------------------------------------
  33. please only enter a number without spaces like '8'
  34. ---------------------------------------------------------------
  35. 3
  36. ---------------------------------------------------------------
  37. All listed projects like id|name|start|end
  38. ---------------------------------------------------------------
  39. 0 | yeet | 9/9/9 | 99/9/9
  40. ---------------------------------------------------------------
  41.  
  42. ---------------------------------------------------------------
  43. now choose between
  44. ---------------------------------------------------------------
  45. 1 | create new project
  46. 2 | delete project by id
  47. 3 | list all projects
  48. 4 | list current projects
  49. 5 | list upcoming projects
  50. 6 | list past projects
  51. 7 | change project name by id
  52. 8 | change project start by id
  53. 9 | change project end by id
  54. 10 | end the programm
  55. ---------------------------------------------------------------
  56. please only enter a number without spaces like '8'
  57. ---------------------------------------------------------------
  58. 5
  59. ---------------------------------------------------------------
  60. All upcoming projects like id|name|start|end
  61. ---------------------------------------------------------------
  62. no projects
  63. 4
  64. ---------------------------------------------------------------
  65. now choose between
  66. ---------------------------------------------------------------
  67. 1 | create new project
  68. 2 | delete project by id
  69. 3 | list all projects
  70. 4 | list current projects
  71. 5 | list upcoming projects
  72. 6 | list past projects
  73. 7 | change project name by id
  74. 8 | change project start by id
  75. 9 | change project end by id
  76. 10 | end the programm
  77. ---------------------------------------------------------------
  78. please only enter a number without spaces like '8'
  79. ---------------------------------------------------------------
  80. ---------------------------------------------------------------
  81. All current projects like id|name|start|end
  82. ---------------------------------------------------------------
  83. no projects
  84. ---------------------------------------------------------------
  85. now choose between
  86. ---------------------------------------------------------------
  87. 1 | create new project
  88. 2 | delete project by id
  89. 3 | list all projects
  90. 4 | list current projects
  91. 5 | list upcoming projects
  92. 6 | list past projects
  93. 7 | change project name by id
  94. 8 | change project start by id
  95. 9 | change project end by id
  96. 10 | end the programm
  97. ---------------------------------------------------------------
  98. please only enter a number without spaces like '8'
  99. ---------------------------------------------------------------
  100. 6
  101. ---------------------------------------------------------------
  102. All past projects like id|name|start|end
  103. ---------------------------------------------------------------
  104. 0 | yeet | 9/9/9 | 99/9/9
  105. ---------------------------------------------------------------
  106. now choose between
  107. ---------------------------------------------------------------
  108. 1 | create new project
  109. 2 | delete project by id
  110. 3 | list all projects
  111. 4 | list current projects
  112. 5 | list upcoming projects
  113. 6 | list past projects
  114. 7 | change project name by id
  115. 8 | change project start by id
  116. 9 | change project end by id
  117. 10 | end the programm
  118. ---------------------------------------------------------------
  119. please only enter a number without spaces like '8'
  120. ---------------------------------------------------------------
  121. 1
  122. please enter a project name
  123. yeet
  124. The name has allready been taken by Project id: 0
  125. please enter a project name
  126. 9-9-99
  127. so whats the start date
  128. please enter date like dd-MM-yyyy
  129. 9-9-999
  130. so whats the end date
  131. please enter date like dd-MM-yyyy
  132. 9-9-9999
  133. ---------------------------------------------------------------
  134. you created project is
  135. 1 | 9-9-99 | 999/9/9 | 9999/9/9
  136. ---------------------------------------------------------------
  137. ---------------------------------------------------------------
  138. now choose between
  139. ---------------------------------------------------------------
  140. 1 | create new project
  141. 2 | delete project by id
  142. 3 | list all projects
  143. 4 | list current projects
  144. 5 | list upcoming projects
  145. 6 | list past projects
  146. 7 | change project name by id
  147. 8 | change project start by id
  148. 9 | change project end by id
  149. 10 | end the programm
  150. ---------------------------------------------------------------
  151. please only enter a number without spaces like '8'
  152. ---------------------------------------------------------------
  153. 3
  154. ---------------------------------------------------------------
  155. All listed projects like id|name|start|end
  156. ---------------------------------------------------------------
  157. 0 | yeet | 9/9/9 | 99/9/9
  158. 1 | 9-9-99 | 999/9/9 | 9999/9/9
  159. ---------------------------------------------------------------
  160.  
  161. 6
  162. ---------------------------------------------------------------
  163. now choose between
  164. ---------------------------------------------------------------
  165. 1 | create new project
  166. 2 | delete project by id
  167. 3 | list all projects
  168. 4 | list current projects
  169. 5 | list upcoming projects
  170. 6 | list past projects
  171. 7 | change project name by id
  172. 8 | change project start by id
  173. 9 | change project end by id
  174. 10 | end the programm
  175. ---------------------------------------------------------------
  176. please only enter a number without spaces like '8'
  177. ---------------------------------------------------------------
  178. ---------------------------------------------------------------
  179. All past projects like id|name|start|end
  180. ---------------------------------------------------------------
  181. 0 | yeet | 9/9/9 | 99/9/9
  182. ---------------------------------------------------------------
  183. now choose between
  184. ---------------------------------------------------------------
  185. 1 | create new project
  186. 2 | delete project by id
  187. 3 | list all projects
  188. 4 | list current projects
  189. 5 | list upcoming projects
  190. 6 | list past projects
  191. 7 | change project name by id
  192. 8 | change project start by id
  193. 9 | change project end by id
  194. 10 | end the programm
  195. ---------------------------------------------------------------
  196. please only enter a number without spaces like '8'
  197. ---------------------------------------------------------------
  198. 5
  199. ---------------------------------------------------------------
  200. All upcoming projects like id|name|start|end
  201. ---------------------------------------------------------------
  202. no projects
  203. 4
  204. ---------------------------------------------------------------
  205. now choose between
  206. ---------------------------------------------------------------
  207. 1 | create new project
  208. 2 | delete project by id
  209. 3 | list all projects
  210. 4 | list current projects
  211. 5 | list upcoming projects
  212. 6 | list past projects
  213. 7 | change project name by id
  214. 8 | change project start by id
  215. 9 | change project end by id
  216. 10 | end the programm
  217. ---------------------------------------------------------------
  218. please only enter a number without spaces like '8'
  219. ---------------------------------------------------------------
  220. ---------------------------------------------------------------
  221. All current projects like id|name|start|end
  222. ---------------------------------------------------------------
  223. no projects
  224. 1 | 9-9-99 | 999/9/9 | 9999/9/9
  225. ---------------------------------------------------------------
  226. now choose between
  227. ---------------------------------------------------------------
  228. 1 | create new project
  229. 2 | delete project by id
  230. 3 | list all projects
  231. 4 | list current projects
  232. 5 | list upcoming projects
  233. 6 | list past projects
  234. 7 | change project name by id
  235. 8 | change project start by id
  236. 9 | change project end by id
  237. 10 | end the programm
  238. ---------------------------------------------------------------
  239. please only enter a number without spaces like '8'
  240. ---------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement