Questions tagged [deadlines]

A deadline is a narrow field of time in which an assignment or task has to be accomplished. Deadlines or time limits are often associated with milestones and goals.

53 questions
0
votes
3 answers

How to set deadline for URL Fetch in Google App Engine (PHP)?

URL Fetch overview says: You can set a deadline for a request, the most amount of time the service will wait for a response. By default, the deadline for a fetch is 5 seconds. The maximum deadline is 60 seconds for HTTP requests and 10 minutes…
1moretime
  • 11
  • 2
0
votes
2 answers

GAE app raising DeadlineExceededError locally and DownloadError deployed

This is very weird. The title says most of it, my code should say the rest. Here's my main.py file: from google.appengine.api import urlfetch import webapp2 import jinja2 import json import os jinja_environment = jinja2.Environment( …
Yatharth Agarwal
  • 3,822
  • 20
  • 51
0
votes
1 answer

PHP - deadline date query

i've write a php code to set a deadline date by admin , so the admin enter the daedline date via form and it will store in the database , now i want to use this deadline to check whenever the user want to access a page , if the deadline date expired…
Anna Lord
  • 21
  • 1
  • 1
  • 3
-1
votes
1 answer

How do i disable submit button in javascript after deadline

How do I disable a submit button in JavaScript after the deadline. Please I need to submit a button to be taken away after the deadline or return an alert that the deadline is gone. Thanks

Welcome!

Please find below your…

-1
votes
1 answer

Define the due date from a ticket creation date php

I am building a SLA KPI. The SLA is based on ticket type and priority, each of these have a due date. The thing is, I only have the field created_at, I don't have this due date, so I need to calculate it, and as mentioned above, use the params…
Jean Lima
  • 93
  • 8
-1
votes
2 answers

Excel 2010 VBA How to display due dates on listbox?

firstly thank you for your help. I've trying to display due dates on listbox in an userform. I'm planing add seperate CommanButtons for each months. When I click, let's say January, I want to see deadlines in January of this current year. I have…
-1
votes
3 answers

How can we *set* deadlines, to allow us to work to them effectively, in an agile way?

I'm working in a team that's been consistently and fairly successfully working in an agile approach, and this has been working great for the current project until now, for our initial work, as we incrementally build the product. We're now moving…
Tim Perry
  • 8,453
  • 41
  • 62
-2
votes
1 answer

Cutdown Hours:Minutes:Seconds

I can not do it in the form such that it has deducted the time from today to an example; 2021: 04: 05 in the form of hours: minutes: seconds from datetime import datetime, time leaving_date = datetime.strptime('2021-04-05 00:00:00', '%Y-%m-%d…
1 2 3
4