因?yàn)?/c>孩子清楚的記得她出生在狗年。
From the JPA perspective, in the JPA Structure view (usually on the top-right of the JPA perspective), select the birthdate attribute.
在JPA視角下,從JPAStructure視圖中(通常在JPA視角的右上部),選擇birthdate屬性。
For the sake of this example, assume that you're looking for the birthDate attribute.
為了使用這個(gè)例子,這里假定要查找的是birthDate屬性。
Until now, Sol and I had shared everything; secrets, chocolates, friends, even a birthdate.
出事前索爾和我分享一切:秘密、巧克力、朋友,甚至還有生日。
As Figure 11 shows, the birthdate attribute now has an additional annotation associated with it because of your previous steps.
如圖11所示,出生日期屬性現(xiàn)在擁有了一個(gè)與其相關(guān)的注釋。
Date is a function that returns the current date, and [BirthDate] refers to the BirthDate field in the underlying table.
Date是一個(gè)返回當(dāng)前日期的函數(shù),[出生日期]引用基礎(chǔ)表中的“出生日期”字段。
Set the Name property for one text box to Birthdate and the other to Age.
將兩個(gè)文本框的“名稱”屬性分別設(shè)置為“生日”和“年齡”。
His baptismal certificate lists his birthdate as February 22, 1810, but this was most likely an error on the part of the priest.
他的洗禮證明上記載的他的生日是1810年2月22日,但這多半可能是牧師記載錯(cuò)誤。
The program stores birthdate information in a linked list of Client blocks.
程式會(huì)將生日資訊儲(chǔ)存在用戶端區(qū)塊的已連結(jié)清單中。
set strong passwords - too many people just put in their birthdate, pet's name, or the name of the site.
設(shè)置可靠的密碼——許多人的密碼只是生日、寵物的名字或者網(wǎng)站的名字。
This application will calculate the auspicious and inauspicious directions for a person based on the gender and birthdate.
該應(yīng)用軟件可以根據(jù)一個(gè)人的性別和生辰計(jì)算出吉兇的方位。
You see two additional fields, BirthDate and Age, in the result.
您將在結(jié)果中看到兩個(gè)附加字段“出生日期”和“年齡”。
Note that Customers. [BirthDate], and the calculated field, Age, now appear in the SELECT clause.
請(qǐng)注意,SELECT子句中現(xiàn)在顯示“客戶。[出生日期]”和計(jì)算字段“年齡”。
From the Customers table window, drag the BirthDate field to the first blank column in the design grid.
從“客戶”表窗口中,將“出生日期”字段拖到設(shè)計(jì)網(wǎng)格的第一個(gè)空列中。
Set the Format property for the Birthdate text box to Short Date.
將“生日”文本框的“格式”屬性設(shè)置為“短日期”。
When the BirthDate property changes, the Age property also implicitly changes because the age is derived mathematically from the birth date.
當(dāng)BirthDate屬性更改時(shí),Age屬性也隨之更改,因?yàn)?/c>年齡是根據(jù)生日通過數(shù)學(xué)方法計(jì)算得到的。
To sort records by days within each month, type Expr2: DatePart( "d" , [BirthDate]) in the Field row in the second column.
若要按每個(gè)月中的日對(duì)記錄排序,則在第二列的“字段”行中鍵入Expr2:DatePart(“d”,[BirthDate])。
They got my birthdate wrong.
他們把我的華誕搞錯(cuò)了。
You have to register (annoying) and make sure your birthdate is teenager status (annoying).
你必須注冊(cè)(惱人的),確保您的出生日期是青少年的狀態(tài)(惱人的)。
Also note that any new objects created based on the Person prototype would have the birthdate property, making the following code valid
還要注意基于Person原型創(chuàng)建的新對(duì)象都有birthdate屬性,因此下面的代碼是有效的