Project Professional 2010中的日期格式 [英] Date formats in Project Professional 2010

查看:107
本文介绍了Project Professional 2010中的日期格式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好

无论如何,我可以将任务开始和结束日期设置为mmm-yy吗?

Is there anyway that i can set the Task start and finish dates to mmm-yy?

谢谢

推荐答案

Alex,

对不起,你能做的最好就是使用mm-dd-yy ,即使是手动安排的任务。原因很简单,即使您只能将日期视为月 - 日 - 年,项目也会按时计划一切,因此仅显示一个月和一年将是模糊不清的。
但是,您可以使用几个自定义文本字段(例如Text1,Text2)并删除日期。该公式将类似于:

Sorry, the best you can do is to use mm-dd-yy, even with manually scheduled tasks. The reason is simple, Project schedules everything to the minute even though you may only see the date as a month-day-year, so showing only a month and year would be nebulous. You could however, use a couple of customized text fields (e.g. Text1, Text2) and strip out the date. The formula would be something like:

switch(月([开始])= 1,"1月",月份([开始])= 2,"2月")& " - " &安培; year([Start])注意:添加十个开关表达式以完成全年

switch(month([Start])=1,"Jan",month([Start])=2,"Feb") & "-" & year([Start]) Note: add ten more switch expressions to complete the full year

在完成日期的Text2中执行类似的公式。

Do a similar formula in Text2 for the finish date.

希望这会有所帮助。

John


这篇关于Project Professional 2010中的日期格式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆