Questions tagged [datestamp]

86 questions
0
votes
2 answers

Adding date into Firebase

Is there a way to add a date picker value into a Firebase database? Something along these lines? $scope.AddPost = function() { ... Published: $scope.post.Published.DATESTAMP ... } from a materialize…
HGB
  • 2,157
  • 8
  • 43
  • 74
0
votes
1 answer

Find empty files, if found update files with

Can someone with more Linux knowledge answer this correctly for me. On our web server, we host and run ALOT of web scripts. we control these via Datestamp files, So the script is not over ran, or ran more than once. A lot of files are all 0 KB. I…
Dave Hamilton
  • 675
  • 1
  • 12
  • 23
0
votes
3 answers

Date stamp Function in php

I'm trying to make a subscription based system, once a person registers he/she can choose a package for 1/3/6 months and pay for it, once the payment is successful, a date stamp is added, this date stamp is based on the package i.e if the package is…
0
votes
1 answer

Google sheet date of last revision in a row

Help! In Google sheets, i just want one column to input the last date and time that any cell in a row is updated or revised. For example: a1 - should get the last revision date, b1-z1 (any number of cells after a1) - everytime any cell in that row…
0
votes
0 answers

How to GET last dates within a certain constraint

I am trying to figure out how I can pull records from a mongo database using Jongo that will check the date that is on the object in the db and will only return an object with the data from, in my case, the last three most current dates. I'm using…
Kristaphonie
  • 99
  • 2
  • 11
0
votes
1 answer

Two time stamp codes working at the same time?

I need help writing a code that will allow for a date/ time stamp in column H when there is any value entered in I. Right now the code below allows for a time-stamp in G, when a value is entered in column B. What do I need to do? Private Sub…
0
votes
1 answer

Need help adding date stamp to excel formula

I have created an array formula I would like to add a current date timestamp mm/dd/yy to the end of it instead of changing the date manually as shown in the formula below. Is there any way I can fit that in to this formula? Thanks for any help with…
Nick
  • 51
  • 9
0
votes
1 answer

Date stamp for google-spreadsheet

I need some help adding a feature to this code. So far if C 2 is modified it adds a date stamp on D 2 but I would like the date stamp to clear when I clear the content on C 2 and I have not been able to successfully achieve this. Any help would be…
0
votes
2 answers

Parse HTTP 1.0 header date/time stamp in java

I'm using Apache Client to send HTTP/1.0 request and receive the response in java. Now I met the problem: the header of response contains the property, "Date" which could be those three formats: Sun, 06 Nov 1994 08:49:37 GMT // RFC 822, updated by…
Andwyer
  • 59
  • 6
0
votes
1 answer

Modifing the Date/Time Stamp of an email message using a Lotus Notes Agent

I've created an agent that copies messages from one folder to another, which works great, but I'd like to modify the Time/Date stamp on the message. I see a value Date in the Simple Action, but can't find the variable to set the time to "now". …
spilegi
  • 23
  • 4
0
votes
1 answer

Automatic date stamp backup bat file changes stamp by itself after second loop

So I've been trying to make a automatic backup and date stamp bat program for a folder and its contents. The first time it loops it does exactly what i want it to. But the second time the loop runs, it changes the folder by removing the first 3…
0
votes
2 answers

A batch file that can attach a file with an increassing number

I am trying to write a batch file that will pull a file from a directory and email it. That is easy, the problem I am having is that the file that needs to be emailed has either an increasing number or a time/date stamp. Obviously due to the…
0
votes
2 answers

date function for php

Would the date function for php recognize this code, and convert it to a Date Stamp $date= date('$_POST["Month1"]/$_POST["Date1"]/$_POST["Year1"]'); ?
0
votes
1 answer

Rails - Get the Days from 2 Datestamps

I've two datestamps: 18 Nov 2013 21 Nov 2013 How can I take the day's between these two datestamps? The final result should look like: Monday Tuesday Wednesday Thursday Edit: Thanks @Alok Swain now i want to print the days on the page... but it…
ciaodarwin
  • 483
  • 3
  • 7
  • 22
0
votes
1 answer

Aggregate on relative daterange in Oracle SQL

I have a table with several columns I would like to aggregate on, I have already aggregated on absolute days, but now I want to aggregate relatively. In my table I have a timestamp, and I would like to group by a date range so that the datestamp's…
olovholm
  • 1,362
  • 5
  • 16
  • 23